Expand my Community achievements bar.

Dynamic Drop Down List

Avatar

Former Community Member
Can we have a drop down that updates dynamically? In my form there is a drop down that has 10 roles and an add/delete button. When I choose a role in the drop down and click on add button, the new dropdown list should have only nine remaining roles. As I keep adding the roles, new dropdown should have only the remaining roles. Can this be done?



Thanks!
1 Reply

Avatar

Level 6
You can control the list items in a drop-down programatically using the addItem, deleteItem, and clearItems methods.