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
Hi, if I have a date field like this: 22/01/2024 (italian format) with mask 00/00/0000 applied and clearIfNotMatch: true
and I want to edit month (01) to (10), I do this step:
The problem is that if I focus out at point 2) for some reason, because clearIfNotMatch is true, the field clear up.
I'd like to know if there is a way to prevent this behavior
The text was updated successfully, but these errors were encountered:
This seems to me to be expected behavior. Since when you lose focus in step 2, the format is not as expected.
Sorry, something went wrong.
No branches or pull requests
Hi, if I have a date field like this: 22/01/2024 (italian format) with mask 00/00/0000 applied and clearIfNotMatch: true
and I want to edit month (01) to (10), I do this step:
The problem is that if I focus out at point 2) for some reason, because clearIfNotMatch is true, the field clear up.
I'd like to know if there is a way to prevent this behavior
The text was updated successfully, but these errors were encountered: