0
I have a list of users and each of them will have one or more functions (example: Leader, For Knowledge, Participant).
If I choose the "Leader" option, the other options (from the same select) should be disabled (because only one user can be "Leader") and also, in the other selects, the "Leader" option needs to be disabled as well, because ONLY ONE USER CAN BE "LEADER".
Below is a simulation of my problem: Example
Is this what you’re looking for? https://jsfiddle.net/yszbzxzy/
– Sergio
Almost that much, Sergio. However, in the select where I select the lead option, all options of the same select must be disabled (because the user who is selected as "Leader" cannot have other functions). And in the other selects the option "Leader" should be disabled tbm. The example you posted is almost that, but the only option that should be disabled is that of "Leader".
– André Albson