You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if there was an option to ignore all warnings. At present warnings like this:
"The date input type is not supported in all browsers. Please be sure to test, and consider using a polyfill."
Cause the task to think there was an error and thus return fail (assuming failHard is on). I know this can be added to the relaxerror option, but it feels like warnings from the validation service should not be considered errors. An option like ignoreWarnings: true would be nice or even better, if warning are shown but do not cause it to fail - even when failHard is true.
Thanks!
The text was updated successfully, but these errors were encountered:
It would be nice if there was an option to ignore all warnings. At present warnings like this:
"The date input type is not supported in all browsers. Please be sure to test, and consider using a polyfill."
Cause the task to think there was an error and thus return fail (assuming failHard is on). I know this can be added to the relaxerror option, but it feels like warnings from the validation service should not be considered errors. An option like
ignoreWarnings: true
would be nice or even better, if warning are shown but do not cause it to fail - even when failHard is true.Thanks!
The text was updated successfully, but these errors were encountered: