Replies: 1 comment
-
|
nope |
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
Uh oh!
There was an error while loading. Please reload this page.
-
When a user types something that is not accepted by the mask it would be a nice UX to inform that it's an invalid input (with some hint under control).
Is anything like this currently possible?
There are
acceptandcompleteevents but norejector something like that.For example, if we have a mask for a phone number, when a user presses a letter key the input element will not react and in this case I wanted to show some hint that the key he pressed is not supported in this field.
Beta Was this translation helpful? Give feedback.
All reactions