react-native-autocomplete-dropdown
react-native-autocomplete-dropdown copied to clipboard
Dropdown Item picker with search and autocomplete (typeahead) functionality for react native
Hi, I've been struggling with closing the suggestion list while clicking elsewhere on the screen as neither the `closeOnBlur` nor `onBlur` props are working properly. Here's the reproducible simple example,...
Scrollview not working when closeOnBlur is true . How to handle scrollview if closeOnBlur is always true . Please Help
Hello, Actually we can't customise style of ScrollViewListItem when text highlighting. I think we can add props for this What do you think about this ? Do you want i...
It seems that the filtered items do not appear. I have tried override with zIndex and this didn't fix it. Even if I use data (as below) within AutocompleteDropdown. These...
I'm not really sure if you're supporting this for web, but I've had pretty good luck with it the only issue seems to be when I set closeOnBlur to true,...
client using Iphone 13 with IOS version 15.5. "react-native-autocomplete-dropdown": "2.1.1" react-native-autocomplete-dropdown package is not working sometimes when selecting option in dropdown. In some cases working.
When there is a long text in the dropdown list and select an item, it's not showing as elipsis, attached screenshot ios is working good.
ERROR VirtualizedLists should never be nested inside plain ScrollViews with the same orientation because it can break windowing and other functionality - use another VirtualizedList-backed container instead.