Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Open
Description
Subject of the issue
If I disable a random field, it won't get validated (and that's ok).
If I disable a<fieldset>
all the fields inside shouldn't be validated, as if they were all disabled
Your environment
- jquery-validation v1.14.0 - 6/30/2015 // Fiddle using 1.15 (latest)
- Browser: any (Chrome latest)
Steps to reproduce
Disable a fieldset with some required fields in it
Fiddle :https://jsfiddle.net/yoLut4zq/
Expected behaviour
Validation shouldn't trigger
Actual behaviour
Validation triggers, so you "should" type something in a disabled input