Bring up numeric keyboards on mobile
This commit is contained in:
parent
7549cf6a89
commit
6234b12f89
|
@ -60,7 +60,7 @@ export function AmountInput(props: {
|
||||||
inputClassName
|
inputClassName
|
||||||
)}
|
)}
|
||||||
ref={inputRef}
|
ref={inputRef}
|
||||||
type="text"
|
type="number"
|
||||||
placeholder="0"
|
placeholder="0"
|
||||||
maxLength={9}
|
maxLength={9}
|
||||||
value={amount ?? ''}
|
value={amount ?? ''}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user