I set up my jQuery like so.
It successfully lets me pick an option only once throughout the 3 dropdowns.
However, if I remove a dropdown (use the convenient button), an option is forever disabled (greyed out).
You'll see what I mean. First, ensure that it works and you can not select the same option more than once.
Now, remove and notice that one has been disabled, and it can never be selected again.
I don't know why it is forever greying out my option? It seems to keep picking it up when making the selectedIndexes array.
Does anyone know how to get around this problem?