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 was wondering if there is a way to re-render the component when the
Formbuilderis dynamically changed. Normally, theFormcomponent 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
Formcomponent.Hope to get some help on this.