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
Hi everyone. I'm trying to use the new LayoutGridField with my uiSchema to display a form on my React component. I've copied the json schema and uiSchema from:
and am using them both in my Form component. The problem I'm facing is that the rendered form doesn't have the grid structure I provided. The form that's generated has all of the correct fields but in a column. Is there a specific way I need to specify to use LayoutGridField?
I've looked for somewhere to import it directly from but I can't find it. I see it gets exported from core/src/components/fields but I can't figure out a way to import it into my application. Any help would be appreciated.
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone. I'm trying to use the new LayoutGridField with my uiSchema to display a form on my React component. I've copied the json schema and uiSchema from:
https://rjsf-team.github.io/react-jsonschema-form/
and am using them both in my Form component. The problem I'm facing is that the rendered form doesn't have the grid structure I provided. The form that's generated has all of the correct fields but in a column. Is there a specific way I need to specify to use LayoutGridField?
I've looked for somewhere to import it directly from but I can't find it. I see it gets exported from core/src/components/fields but I can't figure out a way to import it into my application. Any help would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions