This repository was archived by the owner on Oct 2, 2019. It is now read-only.
This repository was archived by the owner on Oct 2, 2019. It is now read-only.
ui-select-search has invalid ARIA (aria-expanded) attribute #2009
Open
Description
When using the selectize
theme with multiple='true'
, the aria-selected
attribute is applied to the hidden <input type='search' class='ui-select-search....'
This is according to the google chrome accessibility extension developer tool.
My workaround is to remove the (line 2426) in select.js
. is this a valid workaround? It seems to get rid of the accessibility error at least....I'm happy to submit a PR.