Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 605 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 605 Bytes

a11y-select-react

Check out the deployed sample here.

a11y-react-select

Intention

  • Inspired by react-select - a really awesome project that - at the time of this writing - breaks when using a screen reader such as JAWS and NVDA (specifically in an Electron application).
  • Because of that breaking behavior, I wanted to create an accessible select dropdown from scratch.
  • These are early days, so probably not production ready. Will update soon with more updates.