tuain-ng-forms-lib 12.0.19 → 12.0.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.
@@ -426,7 +426,7 @@
426
426
  };
427
427
  FieldComponent.prototype.inputChanged = function () {
428
428
  this.field._fieldValue = this.value;
429
- this.onInputChange();
429
+ this.onChangeContent();
430
430
  };
431
431
  FieldComponent.prototype.inputTyped = function () {
432
432
  this.field._fieldValue = this.value;