From 6234b12f89078a722250a1ef18fafe1f1049d0af Mon Sep 17 00:00:00 2001 From: Austin Chen Date: Mon, 31 Jan 2022 17:05:01 -0800 Subject: [PATCH] Bring up numeric keyboards on mobile --- web/components/amount-input.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/amount-input.tsx b/web/components/amount-input.tsx index f01ae418..32c68222 100644 --- a/web/components/amount-input.tsx +++ b/web/components/amount-input.tsx @@ -60,7 +60,7 @@ export function AmountInput(props: { inputClassName )} ref={inputRef} - type="text" + type="number" placeholder="0" maxLength={9} value={amount ?? ''}