the team dropdown gives dynamic JSON data which needs to be populated into the dblist.
the second drop down is the flag related dropdown which gives selections as per the corresponding flag value.
You can assume that the 2nd Dropdown corresponding to flags is disabled before selection of the first drop down.
To catch changed values which are selected in richselect you need to use onChange event
To add data to the dbllist it needs to use clearAll + parse . There doesn’t exist clearAll method for dbllist, we set this method to the lists of the dbllist as