Skip to Content
0
Sep 11, 2018 at 11:05 AM

How to Remove the SeletedItem in MutiCombo Box in SAP UI5

81 Views

HI ,

I want clear the SeletedItems in MultiCombobox ,

Var ComboBox = this.byId("combo_type_id");

ComboBox.setSeletedItems([]); this is correct or else which method i can use

Help me to resolve this issue .

Attachments