Replies: 2 comments 3 replies
-
I don't think we are doing any of the value update inside the controller, can you double check |
Beta Was this translation helpful? Give feedback.
2 replies
-
It's happening becouse of type="number" |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to show an error message when user enters an invalid number inside a number type input field.
ex. if the user enters '+-123', it should show an error.
But the problem is when such an invalid value is inserted, it becomes an empty string.
I believe this is how HTML input fields work.
How can this be resolved?
TIA
example of my current implementation
Beta Was this translation helpful? Give feedback.
All reactions