-
Beta Was this translation helpful? Give feedback.
Answered by
melohagan
Nov 22, 2022
Replies: 2 comments 4 replies
-
|
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: |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
tokkisva
-
|
I have a similar issue on Safari. Form allows text input, but Chrome does not. No regex option under validation. |
Beta Was this translation helpful? Give feedback.
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]*$