5minds / node-red-dashboard-2-processcube-dynamic-form

The ui component for the ProcessCube dynamic-form
Apache License 2.0
0 stars 0 forks source link

`ui-dynamic-form` - `FormFields.defaultValue wird nicht berücksichtigt #4

Closed matthiasdanne closed 3 months ago

matthiasdanne commented 3 months ago

Bezieht sich auf Version 1.0.15

Ein UserTask hat folgende Formfelder (evaluated). Die defaultValue property wird im ui-dynamic-form-UI nicht berücksichtigt.

[
  {
    "id": "Faktor",
    "label": "Faktor",
    "type": "number",
    "defaultValue": "null"
  },
  {
    "id": "Restwert",
    "label": "Restwert",
    "type": "number",
    "defaultValue": "0.7099999785423279"
  },
  {
    "id": "Nachlass",
    "label": "Nachlass",
    "type": "number",
    "defaultValue": "0.25999999046325684"
  },
  {
    "id": "Rate",
    "label": "Rate",
    "type": "long",
    "defaultValue": "579",
    "customForm": "{\"placeholder\":\"579\"}"
  }
]
Bildschirmfoto 2024-08-12 um 17 12 38