hoaphantn7604 / react-native-element-dropdown

A react-native dropdown component easy to customize for both iOS and Android.
MIT License
861 stars 154 forks source link

When dropdown is open, if we scroll whole dropdown is scrolling #267

Open manikandanFH opened 1 month ago

manikandanFH commented 1 month ago

When we open the dropdown, and without choosing the options and scroll means, it's scrolling in the entire page, this causes ui look so bad.

Screenshot 2024-05-07 at 9 40 02 PM
ferasabufares commented 1 month ago

@manikandanFH

same here did you find solution for this ?

manikandanFH commented 1 month ago

@manikandanFH

same here did you find solution for this ?

Fixed this issue by disabling scroll when dropdown is open

ferasabufares commented 1 month ago

thank you

i solve it by enable animated

image