@energycap/components 0.31.2 → 0.31.3

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.
@@ -2364,6 +2364,7 @@
2364
2364
  ComboboxComponent.prototype.setFormModelValue = function (item) {
2365
2365
  this.textboxFormModel.setValue(item ? item.label : '');
2366
2366
  this.formModel.setValue(item);
2367
+ this.formModel.markAsDirty();
2367
2368
  };
2368
2369
  /**
2369
2370
  * Set validators on the {@see textboxFormModel }