Skip to content

Commit

Permalink
decimal keyboard on CreateLocalAccount balance input
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-jeremy committed Nov 15, 2023
1 parent 5f08b82 commit 44443fc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ function CreateLocalAccount({ modalProps, actions }: CreateLocalAccountProps) {
<InlineField label="Balance" width="75%">
<Input
name="balance"
inputMode="decimal"
value={balance}
onChange={event => setBalance(event.target.value)}
onBlur={event => {
Expand Down

0 comments on commit 44443fc

Please sign in to comment.