You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
There are a few issues in mdChips that make them hard to use with a screen reader, including:
The input needs a label enforced - right now it's empty if no placeholder
When the input is focused, it should announce the label, not "Press delete to remove this chip"
Chips need to be uniquely labeled along with the delete hint text. Ex: when a chip is focused, it should say: "Apple. Press delete to remove this chip".
Need to verify chips can be removed from touch devices with screen readers running.