hilla
hilla copied to clipboard
[AutoCrud / AutoForm] Auto Responsive FormLayout is not adopted in AutoForm
Describe the bug
The Auto Responsive FormLayout model, is not adopted in AutoForm, and if enabled, causes a malformed UI in AutoForm (and AutoCrud).
The followings are missing:
- formLayoutProps doesn't include
autoResponsive,expandColumns, andexpandFields. - Auto Responsive FormLayout model needs the components to be defined as children of
<FormRow />.
Expected-behavior
The form should look the same when the default Auto Responsive FormLayout feature is enabled (it is the default in V25).
Reproduction
- Enable the feature via
com.vaadin.experimental.defaultAutoResponsiveFormLayout=truefeature flag. - Navigate to a view with AutoCrud/AutoForm.
System Info
Vaadin 24.8.0.beta2