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
Add a labelsAside property that, when enabled, configures <vaadin-form-item> elements to display labels horizontally next to the fields. If the container doesn't have enough space, it should automatically switch to the default "labels above" mode and back when its width gets bigger again. By default, labels in <vaadin-form-item> should be displayed above the field, which is opposite to the FormLayout's existing behavior with responsiveSteps.
The text was updated successfully, but these errors were encountered:
vursen
changed the title
[form-layout] Add labelsAside support to autoResponsive mode
[form-layout] Add FormItem and labelsAside support to autoResponsive mode
Feb 19, 2025
Add a
labelsAside
property that, when enabled, configures<vaadin-form-item>
elements to display labels horizontally next to the fields. If the container doesn't have enough space, it should automatically switch to the default "labels above" mode and back when its width gets bigger again. By default, labels in<vaadin-form-item>
should be displayed above the field, which is opposite to the FormLayout's existing behavior with responsiveSteps.Part of vaadin/platform#7172
The text was updated successfully, but these errors were encountered: