hilla icon indicating copy to clipboard operation
hilla copied to clipboard

[AutoCrud / AutoForm] Auto Responsive FormLayout is not adopted in AutoForm

Open taefi opened this issue 6 months ago • 0 comments

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, and expandFields.
  • 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=true feature flag.
  • Navigate to a view with AutoCrud/AutoForm.

System Info

Vaadin 24.8.0.beta2

taefi avatar Jun 04 '25 07:06 taefi