38 lines
745 B
Plaintext
38 lines
745 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`NumericInput Should render the component 1`] = `
|
|
<div
|
|
className="sw-NumericInput "
|
|
>
|
|
<div
|
|
className="sw-FormControlTitle"
|
|
>
|
|
<label
|
|
className="sw-FormControlTitle_Label"
|
|
>
|
|
Decimals
|
|
</label>
|
|
<div
|
|
className="sw-FormControlTitle_Info"
|
|
tabIndex="-1"
|
|
>
|
|
<span
|
|
className="sw-FormControlTitle_Tooltip"
|
|
>
|
|
Refers to how divisible a token can be, from 0 (not at all divisible) to 18 (pretty much continuous).
|
|
</span>
|
|
</div>
|
|
</div>
|
|
<input
|
|
className="sw-TextField"
|
|
onChange={[Function]}
|
|
onKeyPress={[Function]}
|
|
onPaste={[Function]}
|
|
step="1"
|
|
type="number"
|
|
value=""
|
|
/>
|
|
|
|
</div>
|
|
`;
|