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