fpco / halogen-form

Formlets for halogen
30 stars 3 forks source link

Dealing with dynamic input #3

Open rinn7e opened 5 years ago

rinn7e commented 5 years ago

I was wondering if there is a way to re-render the component when the Formbuilder is dynamically changed. Normally, the Form component would need to be a lifecycle component but the current implementation is not.

Maybe there is a way to manually call re-rendering of the child component which in this case is the Form component.

Hope to get some help on this.

chrisdone commented 4 years ago

I haven't worked on this for a while so I don't remember the context. I'll come back to this issue if I return to writing PureScript.