You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello ! I work on a complex form page, in which i need to use 3 instances of RN Dropdown Picker. Currently, when opening one dropdown then go to another one, the 1st one stay opened. I know that I can manage close/open states for each dropdown instance with the open and setOpen props, but this looks a bit fragile in my case and makes my code cumbersome. Is there a better way to handle this please ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello ! I work on a complex form page, in which i need to use 3 instances of RN Dropdown Picker. Currently, when opening one dropdown then go to another one, the 1st one stay opened. I know that I can manage close/open states for each dropdown instance with the
open
andsetOpen
props, but this looks a bit fragile in my case and makes my code cumbersome. Is there a better way to handle this please ?Beta Was this translation helpful? Give feedback.
All reactions