We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46b037d commit 08afe36Copy full SHA for 08afe36
src/buy/components/BuyAmountInput.tsx
@@ -30,6 +30,7 @@ export function BuyAmountInput() {
30
)}
31
placeholder="0.0"
32
delayMs={1000}
33
+ inputMode="decimal"
34
value={formatAmount(to.amount)}
35
setValue={to.setAmount}
36
disabled={to.loading}
0 commit comments