How should I use TEXT_FIELD_TYPE ? #663
Unanswered
ajoslin103
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Can I recommend something to you? Don't do that. It is a UX usability nightmare. The number type for an input field is not implemented well or consistently across browsers and platforms. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Even in electron, "well" still applies. Use yup for validation and show an error. |
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
-
I want to type a field to only accept numbers or text - I can't understand how to do this...
I import the library and types
And I immediately get type errors
What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions