Runtime Error
CustomValidityValueRequired
No value was provided to the data-custom-validity
attribute.
The data-custom-validity
attribute must only have a value, representing an expression that must evaluate to a string that will be set as the custom validity message. If the string is empty, the input is considered valid. If the string is non-empty, the input is considered invalid and the string is used as the reported message.
Example:
See the docs for the data-custom-validity
attribute.