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.
- package/esm2020/lib/classes/forms/field.mjs +2 -2
- package/esm2020/lib/components/elements/field.component.mjs +1 -1
- package/fesm2015/tuain-ng-forms-lib.mjs +1 -1
- package/fesm2015/tuain-ng-forms-lib.mjs.map +1 -1
- package/fesm2020/tuain-ng-forms-lib.mjs +1 -1
- package/fesm2020/tuain-ng-forms-lib.mjs.map +1 -1
- package/lib/components/elements/field.component.d.ts +1 -0
- package/package.json +1 -1
|
@@ -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.
|
|
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; }
|