N-FIN-30: set currency input mode to 'numeric'

This commit is contained in:
Markus Thielker 2024-03-16 20:02:03 +01:00
parent fd31d58186
commit 586182e69b
No known key found for this signature in database

View file

@ -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);