tuain-ng-forms-lib 15.0.17 → 15.0.18
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/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/classes/forms/field.d.ts +1 -1
- package/package.json +1 -1
|
@@ -823,9 +823,9 @@ class FieldDescriptor extends FormElement {
|
|
|
823
823
|
this._hasChanged = false;
|
|
824
824
|
this._outputOnly = false;
|
|
825
825
|
this._tooltipText = '';
|
|
826
|
-
this.placeholder = '';
|
|
827
826
|
this.fieldCode = '';
|
|
828
827
|
this.fieldOptions = null;
|
|
828
|
+
this.placeholder = '';
|
|
829
829
|
this.propagationCustomAttributes = this._formConfig?.propagationCustomAttributes?.fields ?? [];
|
|
830
830
|
this.elementType = elementTypes.field;
|
|
831
831
|
const fld = (inputFieldReceived) ? inputFieldReceived : {};
|