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,
I am required to build a form dynamically using data from a json file.
I am using template driven forms and setting the Min and Max values based on the data in the json file.
If values for Min or Max are not provided the validators activate and treat the value as zero.
Is it possible for the Min/Max validators to ignore null or undefined values. In other words, do not try and validate.
Regards, Tarek
The text was updated successfully, but these errors were encountered:
release v3.8.0 #33
b2de0a5
No branches or pull requests
Hi,
I am required to build a form dynamically using data from a json file.
I am using template driven forms and setting the Min and Max values based on the data in the json file.
If values for Min or Max are not provided the validators activate and treat the value as zero.
Is it possible for the Min/Max validators to ignore null or undefined values. In other words, do not try and validate.
Regards,
Tarek
The text was updated successfully, but these errors were encountered: