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

Multiple Dropdowns causing a see-through effect

Open hellocaio opened this issue 2 years ago • 3 comments

Hi guys,

This is my first time using this package, thanks for the great work!

I am creating a form with multiple dropdowns for the Web. I am having some issues when the dropdown is open, the dropdown below can been seen through the list from the above active dropdown. I played around with zIndex but it didn't help.

Here's a couple of images showing what's going on:

Screenshot-2023-10-03-at-12-25-29

Screenshot-2023-10-03-at-12-25-36

Any ideas?

hellocaio avatar Oct 03 '23 15:10 hellocaio

This solution works https://github.com/hossein-zare/react-native-dropdown-picker/issues/459

fedeolto avatar Oct 18 '23 16:10 fedeolto

Thanks for the solution. I ended up creating my own dropdown in the end. But it is good to know there is a work around!

hellocaio avatar Oct 18 '23 16:10 hellocaio

Apply zIndex to below dropdown

pranjalgholap26 avatar Nov 03 '23 06:11 pranjalgholap26