Answered by
melohagan
Nov 22, 2022
Replies: 2 comments 4 replies
|
I have a similar issue on Safari. Form allows text input, but Chrome does not. No regex option under validation. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment





Hey @tokkisva
If you use the number field component then you can only enter numbers:
Otherwise you can add regex validation to a text field if you really want to only allow numbers:
^[0-9]*$