mirror of
https://codeberg.org/MarkusThielker/finances.git
synced 2025-04-12 05:08:43 +00:00
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
|
<Input
|
||||||
placeholder={props.placeholder}
|
placeholder={props.placeholder}
|
||||||
type="text"
|
type="text"
|
||||||
|
inputMode="numeric"
|
||||||
{...field}
|
{...field}
|
||||||
onChange={(ev) => {
|
onChange={(ev) => {
|
||||||
setValue(ev.target.value);
|
setValue(ev.target.value);
|
||||||
|
|
Loading…
Add table
Reference in a new issue