Skip to content

Commit

Permalink
added fancy number keyboard
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey committed Feb 22, 2024
1 parent 009ba70 commit 8831ed2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ export const BigNumberInput: React.FC<BigNumberInputProps> = ({
const inputProps: HTMLInputProps = {
onChange: handleChange,
type: "text",
inputMode: "decimal",
value: inputValue,
...props,
};
Expand Down

0 comments on commit 8831ed2

Please sign in to comment.