Skip to main content

ARIA Accessbility

Adding Accessible Rich Internet Applications (ARIA)

ARIA provides easy access to the content for people with disabilities with help of screen reader.

AttributesDecoratorRequiredDescription
ariaRole@InputNoAdds ARIA role to input textfield
ariaInputField@InputNoAdds ARIA label to input textfield
ariaNoSearchResult@InputNoAdds ARIA label to no result found li item
ariaULList@InputNoAdds ARIA label to ul list item
ariaListContainer@InputNoAdds ARIA label to list container div.
ariaInputLabel@InputNoAdds ARIA label to label field.
ariaViewMore@InputNoAdds ARIA label to View More li item