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
Do not know
Using showTypedMask option causes form control to be invalid even if one of mask is valid. Check screen and stackblitz
https://stackblitz.com/edit/angular-f3qfph?file=src%2Fmain.ts
form control validation error: { "mask": { "requiredMask": "00000-0000", "actualValue": "12324" } }
{ "mask": { "requiredMask": "00000-0000", "actualValue": "12324" } }
Angular Version:
angular 16 ngx-mask 16.4.1
Anything else relevant?
The text was updated successfully, but these errors were encountered:
@Ihuarraquax Thanks for using Ngx-mask. Please update to latest version. It example all work as expected - https://stackblitz.com/edit/angular-gvb8nk?file=src%2Fmain.ts
Sorry, something went wrong.
No branches or pull requests
🐞 bug report
Is this a regression?
Do not know
Description
Using showTypedMask option causes form control to be invalid even if one of mask is valid. Check screen and stackblitz
🔬 Minimal Reproduction
https://stackblitz.com/edit/angular-f3qfph?file=src%2Fmain.ts
🔥 Exception or Error
form control validation error:
{ "mask": { "requiredMask": "00000-0000", "actualValue": "12324" } }
🌍 Your Environment
Angular Version:
angular 16
ngx-mask 16.4.1
Anything else relevant?
The text was updated successfully, but these errors were encountered: