Hi.
If I understand everything correctly, there is a one-to-one relationship between the <FormItem> element and model's data field.
I am aware that I can use a <FormGroup> and set the columns attribute to indicate how many columns are needed. However, each <FormGroup> element renders a <fieldset> and <legend> element.
Is it possible to place two, or more, data fields inside of one <FormItem>'s <Template> element?
I'm looking for a way to not waste screen space by having each element of my form on it's own row. Using a <FormGroup> helps, however, I would like to avoid having all the extra <fieldset> and <legend> elements rendered.
Thanks