Readonly
istrue
if this field has a validity issue, or false
otherwise.
The DOM element that supports the Constraint validation API associated with the field, or null
if there's no
such element.
The copy of the last reported validity state
read from the validatedElement, or null
if there's no associated validatable element.
Subscribes to the validity changes of this field or any of its descendants.
The type of the event.
The subscriber that would be triggered.
The callback to unsubscribe the subscriber.
Associates the field with the DOM element.
Shows error message balloon for the first element that is associated with this field or any of its child fields, that has an associated error via calling reportValidity.
true
if a field doesn't have an error, or false
otherwise.
The plugin added to fields by the constraintValidationPlugin.