1
0
mirror of synced 2024-11-22 21:16:10 +03:00
select2/tests/a11y
Kevin Brown 89576153a0
Mirror disabled state through aria-disabled on selection (#5579)
This is needed to screen readers know that the Select2 is disabled
when focus is put on the selection container. Because we were
mirroring the disabled state to the search input on a multiple
select in the past, this is really only needed for single select
elements which would not otherwise has the disabled property.

This was identified in a previous accessibility audit as being
something which Select2 did not properly report because we were
not setting the attributes properly.

Fixes #4575
2019-07-21 11:44:09 -04:00
..
search-tests.js Add tests for accessible search results 2015-11-23 18:35:36 -05:00
selection-tests.js Mirror disabled state through aria-disabled on selection (#5579) 2019-07-21 11:44:09 -04:00