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
{{ message }}
This repository has been archived by the owner on Feb 13, 2020. It is now read-only.
I have a conditional panel in my UI for country selection that only shows up if "filter by country" is selected. This one works as expected. Now I am trying to add an additional conditional panel to select subtypes of wine. However, when I add this one, both conditional panels are not working, i.e. they are always there, no matter what is selected. Moreover, the filtering of countries is also not working. If I delete the part for subtypes, the conditional panel for country filtering is working again. If I delete the part for countries, my conditional panel for subtypes is still not working.
Does anyone know why a new conditional panel would affect another one?
Hi,
I have a conditional panel in my UI for country selection that only shows up if "filter by country" is selected. This one works as expected. Now I am trying to add an additional conditional panel to select subtypes of wine. However, when I add this one, both conditional panels are not working, i.e. they are always there, no matter what is selected. Moreover, the filtering of countries is also not working. If I delete the part for subtypes, the conditional panel for country filtering is working again. If I delete the part for countries, my conditional panel for subtypes is still not working.
Does anyone know why a new conditional panel would affect another one?
Here is my code for the side bar in the UI:
Thanks!
The text was updated successfully, but these errors were encountered: