You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I extend rootComponentName to be lets say 'FormGrid' or custom schema? When I change to something else, dragging to 'DESIGNABLE area gives 'red' borders meaning its not supported. Couldn't find the relevant information.
Alright, I figured out that you need to wrap the root component always with an instance of FormilyForm, since all the widgets depend on formily hooks and logics inside.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Basically I initialize an engine with following createEngine() usage:
How can I extend
rootComponentName
to be lets say 'FormGrid' or custom schema? When I change to something else, dragging to 'DESIGNABLE area gives 'red' borders meaning its not supported. Couldn't find the relevant information.Alright, I figured out that you need to wrap the root component always with an instance of
FormilyForm
, since all the widgets depend on formily hooks and logics inside.Beta Was this translation helpful? Give feedback.
All reactions