@fundamental-ngx/core 0.43.36 → 0.43.37

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -999,6 +999,8 @@ class MultiComboboxComponent extends BaseMultiCombobox {
999
999
  _onOptionCheckboxClicked(event, index) {
1000
1000
  event.stopPropagation();
1001
1001
  this._onListElementClicked(event, index);
1002
+ this.inputText = '';
1003
+ this._searchTermChanged('');
1002
1004
  }
1003
1005
  /** @hidden */
1004
1006
  _onCompleteTerm(event) {