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
Constraint validation still validates fields even when hidden, but should not if disabled so disabling the field as well as hiding may well resolve the issue.
The text was updated successfully, but these errors were encountered:
Currently, HTMLFormElement.checkValidity() will report false even though the JQuery validate methods validate the form in cases where there are required conditional fields.
https://developer.mozilla.org/en-US/docs/Web/API/HTMLFormElement
Constraint validation still validates fields even when hidden, but should not if disabled so disabling the field as well as hiding may well resolve the issue.
The text was updated successfully, but these errors were encountered: