ngx-t-forms-types 0.0.22 → 0.0.23
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.
|
@@ -608,14 +608,14 @@ export var ElementConfig = {
|
|
|
608
608
|
label: 'Input value configurations',
|
|
609
609
|
id: "ce6e8786-45c3-4167-a84c-e871da0c13aa",
|
|
610
610
|
elements: [
|
|
611
|
-
{
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
},
|
|
611
|
+
// {
|
|
612
|
+
// name: AllFormInputPrimaryKeys.Value,
|
|
613
|
+
// editType: ElementEditorTypes.Input,
|
|
614
|
+
// label: 'Default value',
|
|
615
|
+
// hint: 'Set a default value for the input',
|
|
616
|
+
// deepBind: [AllFormInputPrimaryKeys.Value],
|
|
617
|
+
// id: "791d7452-765c-47db-bb15-cd9b3c58a259"
|
|
618
|
+
// },
|
|
619
619
|
{
|
|
620
620
|
name: AllFormInputPrimaryKeys.DataType,
|
|
621
621
|
deepBind: [AllFormInputPrimaryKeys.DataType],
|