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

Updating colspan at runtime has no effect #46

Closed
ripla opened this issue Sep 6, 2017 · 1 comment
Closed

Updating colspan at runtime has no effect #46

ripla opened this issue Sep 6, 2017 · 1 comment
Assignees

Comments

@ripla
Copy link

ripla commented Sep 6, 2017

Steps to reproduce

  1. Open https://cdn-origin.vaadin.com/vaadin-form-layout/1.0.0/demo/#spanning-items-on-multiple-columns
  2. Edit the address field to have colspan="1"

Actual result
Nothing happens

Expected result
The address field is rendered with the same width as the first name field

@platosha
Copy link
Contributor

platosha commented Sep 6, 2017

Confirmed.

As a workaround, you can trigger layout update manually by invoking formLayout.updateStyles() (documented API).

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

No branches or pull requests

6 participants