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 ?? ''}