Skip to content

Commit 08afe36

Browse files
committed
fix: mobile keyboard
1 parent 46b037d commit 08afe36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/buy/components/BuyAmountInput.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export function BuyAmountInput() {
3030
)}
3131
placeholder="0.0"
3232
delayMs={1000}
33+
inputMode="decimal"
3334
value={formatAmount(to.amount)}
3435
setValue={to.setAmount}
3536
disabled={to.loading}

0 commit comments

Comments
 (0)