You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue:
I am using the example from the documentation and the dropdown is not scrollable and does not close when I tap outside. I saw there were some tickets with the same issues, but they were either closed or unanswered.
Tested solutions:
remove closeOnBlur which fixes the scroll, but I still need the dropdown to close when I tap outside
handle the dropdown close with custom code using controller prop and "react-native-outside-press": "^1.2.2", but no luck because I couldn't choose an option anymore
The last RC ^4.0.0-rc.5 seems to work just fine in these cases, but is there any other solution besides using a release candidate?
Versions:
"react-native": "0.73.6",
"react-native-autocomplete-dropdown": "3.1.5",
"expo": "^50.0.17"
Issue:
I am using the example from the documentation and the dropdown is not scrollable and does not close when I tap outside. I saw there were some tickets with the same issues, but they were either closed or unanswered.
Tested solutions:
controller
prop and"react-native-outside-press": "^1.2.2"
, but no luck because I couldn't choose an option anymoreThe last RC
^4.0.0-rc.5
seems to work just fine in these cases, but is there any other solution besides using a release candidate?The text was updated successfully, but these errors were encountered: