Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Further accessibility enhancements #53

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on May 1, 2019

  1. Accessibility improvements for screen readers

    - Announce when a tag is selected or removed
    - Announce number of options available when filtering
    - Announce values of selected tags when widget is focused
    - Allow tag removal with delete key
    - Move aria-expanded from input element to widget div so expanded/collapsed state is announced
    matteason committed May 1, 2019
    Configuration menu
    Copy the full SHA
    3053256 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2019

  1. Add support for alt+up/alt+down to expand/collapse. Don't expose drop…

    …down arrow to assistive tech
    matteason committed Jul 10, 2019
    2 Configuration menu
    Copy the full SHA
    3b33901 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    139d443 View commit details
    Browse the repository at this point in the history
  3. Create proper aria-label for autocomplete input based on label/labell…

    …edby of original select
    matteason committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    8630af2 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2019

  1. Configuration menu
    Copy the full SHA
    1cbf1d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed39ad7 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2019

  1. Fix audible suggestion exceptions

    Fixed an issue in single-select mode where selecting an item while another is already selected raised an exception. Fixed another issue when adding a freetext item raised an exception
    matteason committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    55026f8 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2019

  1. Configuration menu
    Copy the full SHA
    8bcd129 View commit details
    Browse the repository at this point in the history