gregziegan / elm-autocomplete

Autocomplete for Elm apps; in Elm
http://package.elm-lang.org/packages/thebritican/elm-autocomplete/latest
BSD 3-Clause "New" or "Revised" License
173 stars 43 forks source link

Add Aria Attributes; Make autocomplete good for screen readers #15

Closed gregziegan closed 8 years ago

gregziegan commented 8 years ago

Still working to satisfy wai-aria spec https://www.w3.org/TR/wai-aria/states_and_properties#aria-autocomplete

gregziegan commented 8 years ago

Going to merge this since the API will not change, but the implementation can be fixed (if incorrect / not fully functional) via patch versions.