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

Drop down picker options are unselectable in flatlist

Open Ario99 opened this issue 2 years ago • 4 comments

I have been looking at issues similar to my own, but the solutions that work for them don't seem to work for my own. I would like to be have drop down pickers in a flatlist but when I implement the code that makes it not overlap, the items cannot be selected. In the demo I am linking, selecting an option will not change the value of the picker but it is clear that it is not working since the drop down below it immediately opens despite not being what was being touched.

https://snack.expo.dev/@ario99/drop-down-picker-issue-demo

Ario99 avatar Sep 19 '22 19:09 Ario99

I'm having the same issue

Sharf8351 avatar Sep 20 '22 18:09 Sharf8351

@Sharf8351 A quick fix for me is to just wrap the list in a ScrollView but I'd prefer to do I'd prefer to use a FlatList.

Ario99 avatar Sep 20 '22 19:09 Ario99

I'm still having issues with this. I tried implementing solutions from #376 but I haven't had any luck.

Ario99 avatar Oct 03 '22 20:10 Ario99

i think because you don't have setValue

criss02-cs avatar Jan 12 '23 15:01 criss02-cs