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 add choices to the "select" and after that the one who should be selected, will be set with
addressDropDown.setChoiceByValue(data.dms.ADDRESS_ID);
This is working fine. But the selected above will not highlight the item in the dropdown list also.
How can i do that?
Best regards from Hamburg, Germany.
Bfo
The text was updated successfully, but these errors were encountered:
I'm having this issue as well. If I select a choice using setChoiceByValue and then open the select, then the first choice is always highlighted, rather than the actual selection. Pictured is a screenshot of an example, just after opening the select:
It appears the actual element has the expected option marked as selected. But the choicesjs dropdown choices have not been properly updated.
Hi devs,
I add choices to the "select" and after that the one who should be selected, will be set with
addressDropDown.setChoiceByValue(data.dms.ADDRESS_ID);
This is working fine. But the selected above will not highlight the item in the dropdown list also.
How can i do that?
Best regards from Hamburg, Germany.
Bfo
The text was updated successfully, but these errors were encountered: