react-autocomplete
react-autocomplete copied to clipboard
WAI-ARIA compliant React autocomplete (combobox) component
Hi, guys. Can u answer me, how can I render a static message string if input value don't valid (if it is no suggestions in list). For example, here we...
running npm start gives me $ npm start > [email protected] start D:\projects\repositories\react-autocomplete > SCRIPTY_PARALLEL=true scripty 'SCRIPTY_PARALLEL' is not recognized as an internal or external command, operable program or batch file....
To make it possible to render the menu in a portal while keeping `refs.menu` on the actual menu element, so that scrolling items into view keeps working. Test plan: Added...
I am looking for an autocomplete that can suggest options from a given list, but can also accept other options. However when I the AutoComplete component this property: ```onSelect={val =>...
"Uncaught TypeError: Cannot read property 'ownerDocument' of null" on Chrome with custom renderMenu
Hi, not sure if this is the right place to report it, I figured you'd be able to give me a hand. My `renderMenu` looks like this: ```javascript renderMenu(items: any[])...
I would like the menu to not be opened on focus input https://github.com/reactjs/react-autocomplete/blob/41388f7d7760bf6cf38e7946e43d4fddd9c7c176/lib/Autocomplete.js#L535
Is it possible to make the autocomplete dropdown menu to drop up, in case there is not enough space in the window? Example:  There are other options which you...
Hi there! I've found and issue, when typing on the input, it works and shows the results, when the result is clicked, and click outside, the 'onBlur' triggers as expected...
The prop autoHighlight by default is true. So in my case, I'm setting it to false as I don't want the first result to be highlighted and disabling enter on...
I'd like to be able to retrieve the query even when the Enter key is pressed, even when an autocomplete option isn't selected, so that the user can submit queries...