Is there a way to programmatically update the selected option of a single-select (not in Combobox mode)?
I tried setting value and selectedIndex, however this does not update _labelText, therefore the label is not updated
I could change the slotted elements (as this would result in _onSlotChange being called), however I think this is more a hack than a solution
Is there a way to programmatically update the selected option of a single-select (not in Combobox mode)?
I tried setting
value
andselectedIndex
, however this does not update_labelText
, therefore the label is not updatedI could change the slotted elements (as this would result in
_onSlotChange
being called), however I think this is more a hack than a solution