@messaia/cdk 20.0.3 → 20.0.4
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.
package/fesm2022/messaia-cdk.mjs
CHANGED
|
@@ -21611,7 +21611,8 @@ class VdChipsComponent extends AbstractMatFormField {
|
|
|
21611
21611
|
this.autoCompleteChipList.enable({ emitEvent: false });
|
|
21612
21612
|
/* Trigger change detection */
|
|
21613
21613
|
this.changeDetectorRef.detectChanges();
|
|
21614
|
-
|
|
21614
|
+
/* Reset filters */
|
|
21615
|
+
delete this._params['filters'];
|
|
21615
21616
|
}
|
|
21616
21617
|
/**
|
|
21617
21618
|
* Filters the options based on the provided text input.
|