jsonform icon indicating copy to clipboard operation
jsonform copied to clipboard

Multiple Fields on A Single Row

Open jasondalycan opened this issue 2 years ago • 2 comments

Is there a way to control the layout whereby multiple fields will appear on a single row within the form (instead of each field being laid out line by line)? I reviewed the documentation but could not find reference to such an opion.

jasondalycan avatar Jul 21 '22 19:07 jasondalycan

Hi You can modify the templates if you wish.

See https://github.com/jsonform/jsonform/issues/332 for instance (there are others discussions in various issues about this)

tchapi avatar Jul 22 '22 07:07 tchapi

you could also add a class to a wrapper div and change the layout to inline-flex, flex-direction horizontal.

sdetweil avatar Aug 18 '22 20:08 sdetweil

Ok thanks

jasondalycan avatar Jan 05 '23 14:01 jasondalycan