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 .