Invalid
Wisej.Web.Ext.WebARIA.Invalid
Namespace: Wisej.Web.Ext.WebARIA
Assembly: Wisej.Web.Ext.WebARIA (3.2.0.0)
The aria-invalid attribute is used to indicate that the value entered into an input field does not conform to the format expected by the application. This may include formats such as email addresses or telephone numbers. aria-invalid can also be used to indicate that a required field has not been filled in. The attribute should be programmatically set as a result of a validation process.
Fields
Name
Description
False
Default. No errors detected.
Grammar
A grammatical error has been detected.
NotSet
Not specified.
Spelling
A spelling error has been detected.
True
The value has failed validation.
Last updated
Was this helpful?