We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When the Mask Input has a validation, the highlight color is changed only when the input has lost focus.
The hightlight color will not be changed.
The highlight color should be changed every time when the element gets user input and the invalid state is changed.
The text was updated successfully, but these errors were encountered:
feat: Mask skips symbols when deleting characters
19e9611
fixed mask validation to trigger when input is detected Closes #558
feat: Mask skips symbols when deleting characters (#562)
f7d3f35
rkaraivanov
Successfully merging a pull request may close this issue.
Description
When the Mask Input has a validation, the highlight color is changed only when the input has lost focus.
Steps to reproduce
Result
The hightlight color will not be changed.
Expected result
The highlight color should be changed every time when the element gets user input and the invalid state is changed.
Attachments
The text was updated successfully, but these errors were encountered: