Interface ValidateResultInternalInternal

A variation of ValidateResult where customValidity is a ValidateErrorTypes.

Hierarchy

Properties

Properties

customValidity: "" | "INVALID_LESS_THAN_MIN_LENGTH" | "INVALID_LESS_THAN_MIN_VALUE"

Set to the type error. 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