N-FIN-30: set currency input mode to 'numeric'
This commit is contained in:
parent
fd31d58186
commit
586182e69b
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ export default function CurrencyInput(props: TextInputProps) {
|
|||
<Input
|
||||
placeholder={props.placeholder}
|
||||
type="text"
|
||||
inputMode="numeric"
|
||||
{...field}
|
||||
onChange={(ev) => {
|
||||
setValue(ev.target.value);
|
||||
|
|
Loading…
Add table
Reference in a new issue