@messaia/cdk 20.0.4 → 20.0.5

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.
@@ -21611,6 +21611,9 @@ class VdChipsComponent extends AbstractMatFormField {
21611
21611
  this.autoCompleteChipList.enable({ emitEvent: false });
21612
21612
  /* Trigger change detection */
21613
21613
  this.changeDetectorRef.detectChanges();
21614
+ if (this.dataSource) {
21615
+ this.dataSource.pageIndex = 0;
21616
+ }
21614
21617
  /* Reset filters */
21615
21618
  delete this._params['filters'];
21616
21619
  }