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

how to auto close dropdown when tap out side

Open chukiatt opened this issue 2 years ago • 2 comments

chukiatt avatar Dec 21 '22 15:12 chukiatt

facing the same issue, any workaround?

durgesh94 avatar Dec 26 '22 14:12 durgesh94

facing the same issue, any workaround?

You could have a modal overlay, and detect when the modal is clicked, to force close the dropdown. Just make sure the dropdown has a greater zIndex

MrNaughtZero avatar Jan 13 '23 16:01 MrNaughtZero