reactjs / react-autocomplete

WAI-ARIA compliant React autocomplete (combobox) component
MIT License
2.17k stars 532 forks source link

ARIA-control for added Accessibility #311

Closed jackmallahan closed 6 years ago

jackmallahan commented 6 years ago

Improvement for Accessibility

CMTegner commented 6 years ago

Hi Jack! Seems like you know a thing or two about a11y, mind giving us a hand by submitting a PR?

jackmallahan commented 6 years ago

There seems to be a deeper issue with 'aria-live' that is causing interruptions. I am going to close this issue since the only way to resolve this issue is with logic that doesn't need to live inside of this component.