I have two dropdown fields. When a selection is made in dropdown_a, I want to make a selection in dropdown_b via client script. The only problem is when a selection is made in dropdown_a, the options available in dropbdown_b change, so I need to wait until those options are populated.
My first thought was to use a setTimeout, but that feels a bit clunky. Has anyone else run into this issue?