willValidate

open override val willValidate: Boolean(source)

The willValidate read-only property of the HTMLInputElement interface indicates whether the element is a candidate for constraint validation. It is false if any conditions bar it from constraint validation, including:

MDN Reference