zubairpaizer / react-native-searchable-dropdown

Searchable Dropdown
148 stars 98 forks source link

Selection of option does not work in certain case #46

Closed navalpatel5 closed 4 years ago

navalpatel5 commented 4 years ago

Hi,

Thanks for the library. We have a form which is formed using multiple cards. There exists atleast 1 searchable dropdown being implemented in each card. Options are shown properly as expected. However those options which hangs outside the card (since we have number of options more than 5 for each card) as most of the searchable dropdown are the last element in each card. If we move it above we get the selection captured since the options mostly lay inside the card (parent).

Any pointers to fix it up ?

navalpatel5 commented 4 years ago

I fixed it... no issue with the library. It was a css error made by the team mates. sorry for any inconvenience.