Skip to content

WAI-ARIA compliant React autocomplete (combobox) component

License

Notifications You must be signed in to change notification settings

amne/react-autocomplete

 
 

Repository files navigation

React Autocomplete

Forked the pretty Accessible, extensible, Autocomplete for React.js.

Added onBlur, onFocus events from erichhsun

Docs coming soon, for now just look at the propTypes and examples :)

Trying to settle on the right API, and then focus hard on accessibility, there are a few missing bits right now.

Stuff we need help with:

  • mobile support verification generally
  • default mobile styles/positioniong (you'll notice the styles are pretty lean, on purpose, apps should style this however they'd like)
  • tests (eventually)

Tests!

Run them: npm test

Write them: lib/__tests__/Autocomplete-test.js

Check your work: npm run coverage

About

WAI-ARIA compliant React autocomplete (combobox) component

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%