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.
- C#
- VB.NET
public enum Invalid : Enum
Public Enum Invalid As [Enum]
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. |