Skip to content

Commit

Permalink
fix: redpacket quantity input (#10760)
Browse files Browse the repository at this point in the history
  • Loading branch information
nuanyang233 authored and guanbinrui committed Sep 14, 2023
1 parent 54ae871 commit 2cd2c0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,8 @@ export function RedPacketERC20Form(props: RedPacketFormProps) {
autoCorrect: 'off',
inputMode: 'decimal',
placeholder: t.enter_quantity(),
pattern: '^[0-9]$',
spellCheck: false,
pattern: '^[0-9]+$',
},
}}
/>
Expand Down

0 comments on commit 2cd2c0f

Please sign in to comment.