Skip to content
New issue

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

Mask Input Component - When the invalid state is changed the highlight color remains the same #558

Closed
viktorkombov opened this issue Nov 24, 2022 · 0 comments · Fixed by #562
Assignees
Labels
bug Something isn't working mask ✅ status: resolved

Comments

@viktorkombov
Copy link
Contributor

viktorkombov commented Nov 24, 2022

Description

When the Mask Input has a validation, the highlight color is changed only when the input has lost focus.

Steps to reproduce

  1. Open the following sample - here.
  2. Еnter invalid data in the input field.

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

mask-input

@viktorkombov viktorkombov added bug Something isn't working 🆕 status: new The issue is new and will be reviewed when somebody picks it up. mask labels Nov 24, 2022
@rkaraivanov rkaraivanov added 🛠️ status: in-development and removed 🆕 status: new The issue is new and will be reviewed when somebody picks it up. labels Nov 28, 2022
rkaraivanov added a commit that referenced this issue Nov 28, 2022
fixed mask validation to trigger when input is detected

Closes #558
damyanpetev pushed a commit that referenced this issue Dec 7, 2022
fixed mask validation to trigger when input is detected

Closes #558
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working mask ✅ status: resolved
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants