We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8095e2 commit b31c815Copy full SHA for b31c815
src/input.validator.coffee
@@ -11,7 +11,7 @@ class @InputValidator
11
12
selectors:
13
elements: 'input, textarea, select'
14
- ignore: ':hidden, [readonly]'
+ ignore: ':hidden:not(.force-validate), [readonly]:not(.force-validate)'
15
16
classes:
17
invalid: 'invalid error'
0 commit comments