Copy link to clipboard
Copied
Hi!
Opening a new topic because it's a different question.
I want to do basically this:
I have three checkboxes, and various dropdown menus.
What i want to achieve is that when the user check a specific box, that specific item is added to all the dropdown menus, when the user uncheck it, that specific item is removed from all the dropdown menus.
Thank you for the answers!
1 Correct answer
To add an item, you can either use the insertItemAt or setItems field method, and to remove an item you can use either the deleteItemAt or setItems method.
Copy link to clipboard
Copied
To add an item, you can either use the insertItemAt or setItems field method, and to remove an item you can use either the deleteItemAt or setItems method.
Copy link to clipboard
Copied
THanks! Is there a command to add an item to multiple fields at once?
Copy link to clipboard
Copied
No.

