Open Duya3fithou opened 4 years ago
Hi @Duya3fithou, Have you fixed the list data autoclose when gliding twice issue? Me too facing the same issue in iOS. Please share if you have any solution for this.
Hi bro. I think becase searchable-dropdown is scrollview, and KeyboardAwareScrollView too, we could not nest them. Because they don't know which one is affected when doing the scrolling. solution for me is used custom keyboard instead KeyboardAwareScrollView. Hope help you.
Thanks @Duya3fithou . I will try with custom keyboard.
Same happens at me and I don't use KeyboardAwareScrollView
. I have a ScrollView
and inside it the SearchableDropdown
. I use keyboardShouldPersistTaps="handled"
(ScrollView) and listProps={{ nestedScrollEnabled: true }}
(SearchableDropdown)
Same happens at me and I don't use
KeyboardAwareScrollView
. I have aScrollView
and inside it theSearchableDropdown
. I usekeyboardShouldPersistTaps="handled"
(ScrollView) andlistProps={{ nestedScrollEnabled: true }}
(SearchableDropdown)
Because you don't own any textinput on scrollview, you don't need KeyboardAwareScrollView yet
I nest searchable-dropdown in KeyboardAwareScrollView and add props keyboardShouldPersistTaps="handled" for it. I take 2 issue.
Can someone fix this error. Tks