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

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

Open Donhv opened this issue 1 year ago • 1 comments

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?

Donhv avatar May 04 '24 07:05 Donhv

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

ducdh-dev avatar Jun 04 '24 14:06 ducdh-dev