Hi,
Is it possible to have the drop down list dependent on another BSelect chosen value[s].
For example, I have two BSelect widgets. The first one shows countries. The second one shows cities. By default,m they both have all countries and cities selected. However, If I only select one or two countries in the first BSelect, I'd like to be able to only show the cities from the selected countries in the second BSelect.
Not sure if I'm explaining myself properly, so in summary... Can I filter a second BSelect based on selections from the first BSelect? Where the second BSelect shows its updated list on form refresh.