Interface ValidateResult

Indicates how to respond to a validation request.

Hierarchy

  • ValidateResult

Properties

Properties

customValidity: string

Set a custom validity value on the input element. Provide an empty string to set the input to a valid state.

report?: boolean

If true the input's reportValidity method will be invoked which will cause the browser to display the value of customValidity.

Generated using TypeDoc