cybertec-postgresql / rjsf-material-ui

[Archived] Material UI theme for react-jsonschema-form.
https://cybertec-postgresql.github.io/rjsf-material-ui/
MIT License
62 stars 25 forks source link

No Multi-Column Support #31

Open Deadmano opened 5 years ago

Deadmano commented 5 years ago

The original RJSF had the ability to use Bootstrap to have custom form fields in multi-column layouts. Currently, with RJSF MUI you can only have single-column forms where all the data is one long list, which starts to get really hard to work with on forms with 10+ fields.

Is there a way to specify how many columns the form can use, or a way to specify x fields per column?

agustin107 commented 5 years ago

Oh! I didn't check this. I'll fix it on the rjsf repository because this project will be merged with the rjsf core.

We can follow there :)

ghost commented 5 years ago

@agustin107 - is there any timeline for merging this repo

Even i'm looking for multi-column support

Isamyth commented 4 years ago

Has there been an update on this feature?

conr commented 4 years ago

Are there any workarounds to achieve multiple column forms in the meantime ?