@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.
@@ -1520,6 +1520,7 @@ var MultiColumnComboBox = /** @__PURE__ @class */ (function (_super) {
1520
1520
  MultiColumnComboBox.prototype.updateDynamicDataSource = function (newDataSource, oldDataSource) {
1521
1521
  if (this.gridObj) {
1522
1522
  var dataLength_1;
1523
+ this.isMainDataUpdated = false;
1523
1524
  this.isShowSpinner = true;
1524
1525
  this.setGridData(newDataSource);
1525
1526
  var isRemoteData = oldDataSource instanceof DataManager;