onmotion / react-native-autocomplete-dropdown

Dropdown Item picker with search and autocomplete (typeahead) functionality for react native
MIT License
183 stars 73 forks source link

How to close suggestion list when click out side when we have multiple dropdown #126

Open Donhv opened 2 months ago

Donhv commented 2 months ago

I have multiple dynamic dropdown and put in very nested component. my scrollview wrap them in root container. i also disable closeOnBlur because issue scroll suggestion list. so how can i close the suggestion view when click outside dropdown?

ducdh-dev commented 1 month ago

@Donhv You can refer this https://github.com/onmotion/react-native-autocomplete-dropdown/issues/43#issuecomment-2147675998