ARIA Accessbility
Adding Accessible Rich Internet Applications (ARIA)
ARIA provides easy access to the content for people with disabilities with help of screen reader.
Attributes | Decorator | Required | Description |
---|---|---|---|
ariaRole | @Input | No | Adds ARIA role to input textfield |
ariaInputField | @Input | No | Adds ARIA label to input textfield |
ariaNoSearchResult | @Input | No | Adds ARIA label to no result found li item |
ariaULList | @Input | No | Adds ARIA label to ul list item |
ariaListContainer | @Input | No | Adds ARIA label to list container div . |
ariaInputLabel | @Input | No | Adds ARIA label to label field . |
ariaViewMore | @Input | No | Adds ARIA label to View More li item |