Skip to content

Commit

Permalink
feat(web): use numeric input for price values
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJJ committed Mar 10, 2024
1 parent 2ce9aca commit 236b924
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/apps/web/src/components/NumericInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export const NumericInput: React.FC<NumericInputProps> = ({ value, onChange, ...
onBlur={onInternalBlur}
onKeyUp={onKeyUp}
variant="standard"
inputProps={{ inputmode: "numeric" }}
{...props}
/>
);
Expand Down

0 comments on commit 236b924

Please sign in to comment.