Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate form item CSS properties, introduce form layout properties #8683

Closed
3 tasks done
vursen opened this issue Feb 17, 2025 · 0 comments · Fixed by #8691
Closed
3 tasks done

Deprecate form item CSS properties, introduce form layout properties #8683

vursen opened this issue Feb 17, 2025 · 0 comments · Fixed by #8691
Assignees

Comments

@vursen
Copy link
Contributor

vursen commented Feb 17, 2025

  • Deprecate --vaadin-form-item-row-spacing, introduce --vaadin-form-layout-row-spacing
  • Deprecate --vaadin-form-item-label-width, introduce --vaadin-form-layout-label-width
  • Deprecate --vaadin-form-item-label-spacing, introduce --vaadin-form-layout-label-spacing

These changes are required to implement the autoResponsive mode. This mode uses these properties within a CSS grid template that defines the entire layout rather than aspects for individual form items.

Part of vaadin/platform#7172

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant