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

added data-ignore-validation attribute #112

Closed
wants to merge 2 commits into from

Conversation

ishamrozeraza
Copy link

There could be a scenario where one would not want to validate the phone number being entered, which by default the directive does. With this directive one can bypass the validation. The attribute would only work if the value "true" is passed to the attribute. if the attribute is not added to the input field or any other value is passed in the attribute , it will work as before.
ref issue# #110

added data-ignore-validation attribute. if the attribute is passed with the value 'true', it will bypass the validation for the phone number format, as there could be a case where one would not want to validate the format of phone number and would simply let user enter number in what ever way they want.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants