Closed gussoler closed 9 years ago
If you could show me how you would accomplish this using regular html, that could help me know how to accomplish it using formly.
I think I was wrong, instead of creating a single form, I decided to create three different forms using the same model. With this approach, every time the screen is reduced each field stays grouped with their form, avoiding the "issue" that I reported.
Terrific solution. :+1:
I would like an example that demonstrates a responsive form using formly:
Using a json model I created a layout that looks like this:
It works fine for large/medium screens, but in a smaller screen it is shown as:
But, I would like to achieve this:
I tried using fieldgroups, wrappers and templateManipulators in combination with bootstrap, but I can't achieve the latest behaviour.
Thanks in advance for any help!