FlowFuse / node-red-dashboard

https://dashboard.flowfuse.com
Apache License 2.0
205 stars 49 forks source link

Dynamically set the elements of a form #287

Closed GrtVHecke closed 4 months ago

GrtVHecke commented 1 year ago

Description

Create the elements in a from by msg. properties

Have you provided an initial effort estimate for this issue?

I have provided an initial effort estimate

colinl commented 1 year ago

For reference, when this work is done, with D1, sending in a payload with the same format as the payload sent by the form when Submit is clicked preloads the form with those contents.

GrtVHecke commented 11 months ago

@colinl not only preload the data but also create the contents of the form. This would allow to dynamically create forms.

colinl commented 11 months ago

It seems I misunderstood your request. Dynamically creating the the form itself is a completely different bit of work I think. I have created a separate issue for preloading the contents of the form fields: #363

joepavitt commented 4 months ago

Closing to focus this into https://github.com/FlowFuse/node-red-dashboard/issues/1000