You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having a table with one select on each row. I want to make the select options to be disabled/removed when an option is been selected on another select.
For example:
One table with clients. One column with a select that is been populated with options. In order to set a relation I want to give a client only one option, from the dropdown and not make it available of the other dropdowns (of other client).
When I choose one option, on one row, I want this option been disabled/removed from the select options on the other rows.
Each selects got different IDs and same option values.
This discussion was converted from issue #1686 on October 25, 2021 10:46.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I'm having a table with one select on each row. I want to make the select options to be disabled/removed when an option is been selected on another select.
For example:
When I choose one option, on one row, I want this option been disabled/removed from the select options on the other rows.
Each selects got different IDs and same option values.
Beta Was this translation helpful? Give feedback.
All reactions