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 am creating my choices on a multi select dynamically with setChoices and duplicateItemsAllowed set to false, then immediately selecting the items I want using setChoiceByValue. This works fine, but the choice is not removed from the dropdown. The behavior should be just like if the user selected the choice, the item is selected, and the choice is removed from the choices dropdown.
The text was updated successfully, but these errors were encountered:
@jshjohnson Sure thing. In the below link, as soon as you load it, it will have a selected item that was set by setChoiceByValue. But when you click on the select, you can still see that selected item in choices, it was not removed.
I am creating my choices on a multi select dynamically with
setChoices
andduplicateItemsAllowed
set to false, then immediately selecting the items I want usingsetChoiceByValue
. This works fine, but the choice is not removed from the dropdown. The behavior should be just like if the user selected the choice, the item is selected, and the choice is removed from the choices dropdown.The text was updated successfully, but these errors were encountered: