digipolisantwerp / antwerp-ui_angular

Antwerp UI is a component interface library for building user interfaces and responsive web apps.
https://digipolisantwerp.github.io/antwerp-ui_angular
MIT License
13 stars 19 forks source link

Accessibility issue in "Forms → Autocomplete" (missing roles) #223

Open roelvangils opened 3 years ago

roelvangils commented 3 years ago

Describe the bug

The dropdown looks and behaves like a list box (visually) but some roles are missing. In accordance with WCAG 2.1, this does not satisfy 1.3.1 Info and Relationships. In its current implementation, the list box is not usable by users of AT.

Note: this issue is blocking.

How to fix

Apply at least these attributes:

Additional information