halogen-form
halogen-form copied to clipboard
Dealing with dynamic input
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.
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.