raft-tech / TANF-app

Repo for development of a new TANF Data Reporting System
Other
16 stars 3 forks source link

[a11y fix] Django multi-select filter #3061

Open reitermb opened 3 days ago

reitermb commented 3 days ago

Description: Follow on to #3037

I also have some concerns about the screenreader accessibility of the mutliselect. I'd recommend label changes to make the broader actions clearer, "All" --> "Show all", "filter" --> "Filter to selection(s)". Functionally it would also be useful to add aria-mutliselectable="true" to the select component and aria-checked="true" to selected items.

Acceptance Criteria: Create a list of functional outcomes that must be achieved to complete this issue

Tasks: Create a list of granular, specific work items that must be completed to deliver the desired outcomes of this issue

Notes: Add additional useful information, such as related issues and functionality that isn't covered by this specific issue, and other considerations that will be helpful for anyone reading this

Supporting Documentation: Please include any relevant log snippets/files/screen shots

Open Questions: Please include any questions or decisions that must be made before beginning work or to confidently call this issue complete