tuain-ng-forms-lib 15.2.6 → 15.2.8

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.
@@ -895,7 +895,7 @@ class FieldDescriptor extends FormElement {
895
895
  get backend() { return this._validateOnServer; }
896
896
  get captureType() { return this._captureType; }
897
897
  set captureType(captureType) { this.setAttr(attrs$1._captureType, captureType); }
898
- get placeholder() { return this._captureType; }
898
+ get placeholder() { return this._placeholder; }
899
899
  set placeholder(placeholder) { this.setAttr(attrs$1._placeholder, placeholder); }
900
900
  get code() { return this.fieldCode; }
901
901
  get defaultValue() { return this._defaultValue; }