Hi thao,
Thanks for the update.
When you want to deselect an entire selected chip, we need to pass the selected chips index position to chips “select” method. Please refer the code snippets given below.
this.chipIndex = this.chip.element.ej2_instances[0].getSelectedChips().Indexes;
this.chip.select(this.chipIndex); |
please refer the online sample given below.
Please get back to us if you require any further assistance.
Thanks,
Christo