Skip to main content

Invalid

Namespace: Wisej.Web.Ext.WebARIA

Assembly: Wisej.Web.Ext.WebARIA

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.

public enum Invalid : Enum

Fields

NameDescription
FalseDefault. No errors detected.
GrammarA grammatical error has been detected.
NotSetNot specified.
SpellingA spelling error has been detected.
TrueThe value has failed validation.