tuain-ng-forms-lib 12.0.18 → 12.0.19

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.
@@ -423,7 +423,6 @@
423
423
  FieldComponent.prototype.focus = function () { };
424
424
  FieldComponent.prototype.updateObject = function () {
425
425
  this.field._fieldValue = this.value;
426
- this.onChangeContent();
427
426
  };
428
427
  FieldComponent.prototype.inputChanged = function () {
429
428
  this.field._fieldValue = this.value;