react-autocomplete
react-autocomplete copied to clipboard
WAI-ARIA compliant React autocomplete (combobox) component
Receives error about including from outside of the project structure. I believe this should be: import Autocomplete from 'react-autocomplete' https://github.com/reactjs/react-autocomplete/blob/41388f7d7760bf6cf38e7946e43d4fddd9c7c176/examples/async-data/app.js#L3
Hi there, and thanks for this great library! My team has an interesting use case. We're rendering a typeahead menu where the _last_ item is always an entry to the...
sample :https://jsfiddle.net/o1aLysve/?fbclid=IwAR2CHusnw1Ma8bH5RIkxnwYvfVyhw13rP2lw3k-VHmXtQ3NhMml-aPbb3wM
the selected text value is getting empty in input box. [Demo](https://codesandbox.io/embed/qx4jznx7y4)
Currently the behavior when the enter key is pressed when there are no items highlighted it selects all the text. Is there a way to prevent this behavior? I have...
Improved the use of ARIA related to the `combobox` role, following the guidelines here: https://www.w3.org/TR/wai-aria-1.1/#combobox This is for WCAG compliance. Also updated README, example apps, and test snapshot.
the AutoComplete was poped out, I can't update the value, and it gives me an error. What a big mess!
I already use react-autocomplete and I found so much error (or maybe my fault). First, the data was already called, and it shows. But when I scroll down, the Autocomplete...
Currently, there is no way to hide the menu if it's should not be rendered for some reason. This PR adds this feature.