Options passed to the validator.
Optional
istrue
if this field has an invalid value, or false
otherwise.
Readonly
istrue
if the validation is pending, or false
otherwise.
The pending validation, or null
if there's no pending validation.
Aborts the async validation of the current validation root field associated with this field. No-op if there's no pending validation.
Triggers a synchronous field validation.
If this field is currently being validated then the validation is aborted at the current validation root.
Transient descendants of this field are excluded from validation.
Options passed to the validator.
true
if the field is valid, or false
if this field or any of it descendants have an associated error.
Triggers an asynchronous field validation.
If this field is currently being validated then the validation is aborted at the current validation root.
Transient descendants of this field are excluded from validation.
Options passed to the validator.
true
if the field is valid, or false
if this field or any of it descendants have an associated error.
The plugin that enables a field value validation.