The type that will be passed as context to
updateCustomValidity
.
Optional
localesLocale information that may be necessary to do proper validation.
Optional
titleIf a title
is provided it will be set as the value of customValidity as
long as the value is NOT an empty string.
Optional
updateImplemented by a client if it wants the opportunity to change the custom validity.
Generated using TypeDoc
Provides the
updateCustomValidity
function so clients can modify validation if desired before it is applied to an input coupled withValidationProperties
(like "min", "max", etc.).