@syncfusion/ej2-multicolumn-combobox 32.1.19 → 32.1.20

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.
@@ -1438,6 +1438,7 @@ let MultiColumnComboBox = class MultiColumnComboBox extends Component {
1438
1438
  updateDynamicDataSource(newDataSource, oldDataSource) {
1439
1439
  if (this.gridObj) {
1440
1440
  let dataLength;
1441
+ this.isMainDataUpdated = false;
1441
1442
  this.isShowSpinner = true;
1442
1443
  this.setGridData(newDataSource);
1443
1444
  const isRemoteData = oldDataSource instanceof DataManager;