Open Dubey-Shivani opened 1 year ago
having this problem as well
Any solution?
Does anyone have a workaround for this?
Same issue here, any workaround for this issue?
Hello There,
In my case, the issue was related to the fact that the SearchableDropdown
component was inside a ScrollView
.
So, to fix the issue, I added keyboardShouldPersistTaps={'handled'}
on the ScrollView
component. You can set the prop as you see fit.
Hope it helps
The list gets closed but onItemSelect is not being called.