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

WAI-ARIA compliance #31

Closed gregziegan closed 8 years ago

gregziegan commented 8 years ago

Adhere to this guide in the new API: https://www.w3.org/TR/wai-aria-practices/#autocomplete

gregziegan commented 8 years ago

This is mostly done with 3adebd9b6ee05ecf3b167b4d529020d8e659ba64

Would like to explore how to make this example have less boilerplate.

gregziegan commented 8 years ago

The idea: Ship the Accessible Example as part of the API in a minor release.

In the meantime, building one up to this spec w/ elm-autocomplete is possible and has been done in the examples. So I'm closing this until a reusable API w/ the input field is thought about more carefully.