Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removed aria from remove element icon. (shentao#1071)
The close icon on the multiselect has conflicting attributes: aria-hidden="true" and tabindex="1". this means that it is hidden from screen readers, but still focusable. https://act-rules.github.io/rules/6cfa84 see Failed Example 4: Focusable content through tabindex. <p tabindex="0" aria-hidden="true">Some text</p>
- Loading branch information