Commit 4936ec5c authored by Charles Bachmeier's avatar Charles Bachmeier Committed by GitHub

feat: nft input price field to use numeric keypad on mobile (#5775)

Co-authored-by: default avatarCharles Bachmeier <charlie@genie.xyz>
parent bb1db904
...@@ -26,6 +26,7 @@ export const NumericInput = forwardRef<HTMLInputElement, BoxProps>((props, ref) ...@@ -26,6 +26,7 @@ export const NumericInput = forwardRef<HTMLInputElement, BoxProps>((props, ref)
<Box <Box
ref={ref} ref={ref}
as="input" as="input"
inputMode="decimal"
autoComplete="off" autoComplete="off"
type="text" type="text"
borderColor={{ default: 'backgroundOutline', focus: 'textSecondary' }} borderColor={{ default: 'backgroundOutline', focus: 'textSecondary' }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment