react-autocomplete
react-autocomplete copied to clipboard
WAI-ARIA compliant React autocomplete (combobox) component
I took the code from the `static-data` example and stuck it into an internal LOB application. The list of items contains ~700 entries. The first few keystrokes take about a...
Actually, I am using a +900 list, but I only want to show 10 records on the menu. But when I try to scroll down with a modified children list...
Hi, guys... I have a problem on IE11. When I open the menu, it shows my list, but I can't click on it to choosing some option. It looks like...
`react-autocomplete` seems to solve my problem, but it's risky to use abandoned project. Latest commit was ~1.5 years ago. Are there any active forks of `react-autocomplete`?
This probably relates to issue #240. If Autocomplete is inside a div which is scrollable and input goes outside the view, clicking item scrolls the input back to the view...
Currently we have option to pass props to input element hidden inside the component. Please also give option to create a select box or lets just say text as well....
I'm trying to edit the input box font but I'm only able to change the font of the autocomplete suggestions. I also would like to make the placeholder text italic,...
Hi Team,, I am using this package and i want to disable all those option which are already selected.... I have two array 1st contain list of all countries and...
Hello I'm set Autocomplete component in main window and all work good, but when i set in modal window (mdb), dropdownlist place not under input. Can help me ? thanks