Skip to main content

Hi, I have a question about a variable/component I created. I’ve set up a condition where, when the toggle or switch is turned on, the dropdown menu becomes enabled, and when the toggle or switch is turned off, the dropdown menu becomes disabled.

However, I noticed that when I turn the toggle off, the selected item in the dropdown resets to its default value. Why is this happening?

Before BCondition Switch is OFF]

After Switch to Active

 

After nCondition Switch is ON]

 

This is my Condition
 

 

Hi ​@FED_UI_UX ,

If I understand correctly, the list items in the dropdown are integral to the dropdown and not separate components you can also control with conditions?

If this is true, then the dropdown only has two states, your false and true states. Any selection would be removed when you return to the false state.

You need another level of control for the elements within the dropdown to maintain selection state.

 

Hope that helps.

 


Reply