kendraio / kendraio-app

Kendraio App
https://app.kendra.io
MIT License
22 stars 6 forks source link

Form Layouts #66

Open tim-deighton opened 4 years ago

tim-deighton commented 4 years ago

We need to improve form layouts They are currently not making the best use of space.

darrenmothersele commented 4 years ago

Yes!

We should think of declarative/semantic ways of improving form layouts. Rather than exposing options to directly manipulate the placement of form controls.

See the "table" widget I added for array types as an example. You can see it in operation on the DDEX and musicteam example workflows.

other ideas could be "stepper" or "tabs"?

tim-deighton commented 4 years ago

we need to look at using Formly FormGroups, Formly Wrappers, Formly FieldType and Flexbox css for this issue. I'm sure the solution is in there somewhere.