valid


validbooleanRead-only

Indicates if an input element's value is valid.

The valid property indicates if an input element's value satisfies all conditions defined in the validations property to pass a validation check.

Did this help?