When processing with two options and the corresponding with a parent dropdown menu, I intend to display or hide corresponding subordinate dropdown menus that depend on the selection. If the parent dropdown menu contains two options (Option 1 and Option 2), the corresponding subordinate dropdown menu is displayed correctly, i.e., shown or hidden as appropriate.
Example:
However, if I add an additional variant to the parent dropdown menu, the display of the subordinate dropdown menu no longer works, i.e., all possible options are displayed, regardless of the corresponding event triggers set.
Example:
The correct form would be:
I believe this is an error in the code generation. Could you please check this.
(see also my post "Problem using triggers and listeners," which has remained unanswered to date)