You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The motivation is to have support for cases like this without dealing with custom CSS:
Disclaimer: image generated by ChatGPT, weird fields in unrelated groups
The criteria is for the fields in each column to remain aligned and of the same size throughout the form, not just in each group.
As this a common case in many business apps, it makes sense to optimize for it.
Describe the solution you'd like
This issue is not asking for a universal solution that can handle all the possibilities, but something as simple as above should not need many CSS customizations.
Describe alternatives you've considered
A CSS Grid with 6 - 12 columns enables having form fields to be placed in 2 and 3 columns, which should cover most use cases for these type of forms.