I have a complex form which has many fields within a categorization and at the moment they all stack vertically.
I’d like to try to avoid writing additional UI Schema because I’d like the form to stay up to date with the schema when that changes.
I was looking at jsonforms/layout.tsx at master · eclipsesource/jsonforms · GitHub and I thinking it would be useful to be able to customise the props on the grid like
gist:9b2776f66f095aa88b04e11656b5d787 · GitHub
I was wondering what you thought about this, is this the kind of thing you would accept a PR for and is this a good approach?
[original thread by Lily]