Probably use an array of items to set dropdown. On value change set the
other dropdown to (array initial - element selected in DD[*]). Call this
process on every dropdown change. So you would be maintaining an initial
array and a subarray of all selected elements of the dropdown.
@wilsonl28824783