react-native-autocomplete-dropdown icon indicating copy to clipboard operation
react-native-autocomplete-dropdown copied to clipboard

Dropdown Item picker with search and autocomplete (typeahead) functionality for react native

Results 57 react-native-autocomplete-dropdown issues
Sort by recently updated
recently updated
newest added

Hi, in your web example, the dropdown is hidden behind other components that are below it in the DOM hirarchy. Are you aware of this issue ? ![image](https://user-images.githubusercontent.com/11430940/187174277-636af736-bd7a-489c-beed-a7b33862175b.png)

Hi, I found this addon a few days ago and I've been using it in my project, but for some reason the suggestions list is not scrollable for me when...

Hi, as i see at the moment, we need to press twice to select item and close the dropdown. I guess this happens because we are focused in the input....

question

Hi, I have been facing the issue for a very long time but all my attempts toward success are failed. I am unable to open the dropdown on an IOS...

I tried to wrap the autocomplete to scrollview but i got this error. VirtualizedLists should never be nested inside plain ScrollViews with the same orientation because it can break windowing...

How can I hide the suggestionList if the input text length is < than 3 for example. I already try using onFocus prop with the useRef like this ``` const...

When closeOnBlur is set to true, and an attempt to scroll between suggestions is made, it closes. ![scroll](https://user-images.githubusercontent.com/11701529/182500797-fb7af8ab-956d-424c-aa9a-52a5a258a9b2.gif)

Is there an option to force a pick only from the dataSet? maybe with the renterItem option?

is there a feature wherein upon selecting an item from the list programmatically instead of manually selecting an item?