I have a drop down with 4 options (a, b, c, d). Upon selection of option b, I show certain fields and hide these fields when rest 3 options are selected. Problem: I need to make these conditional items mandatory only when they are visible (i.e, option b is selected). Adding the flag required="{Boo...