Skip to content

Commit

Permalink
feat: numeric input for amounts on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
crnbarr93 committed Aug 10, 2024
1 parent 276b6c8 commit 0525048
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/web/components/complex/asset-fieldset.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ const AssetFieldsetInput = forwardRef<
placeholder="0"
onChange={onInputChange}
value={inputValue}
inputMode="numeric"
{...rest}
/>
)}
Expand Down

0 comments on commit 0525048

Please sign in to comment.