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

Checkbox in a flex does not shrink to respect other elements flex grow #820

Closed
vegegoku opened this issue Aug 22, 2023 · 0 comments
Closed
Assignees
Labels
bug Something isn't working
Projects
Milestone

Comments

@vegegoku
Copy link
Member

Having a code like this does not let the checkbox shrink to make the grow element to actually grow and take the full sspace

div().addCss(dui_flex, dui_gap_2)
                .appendChild(CheckBox.create().addCss(dui_w_auto))
                .appendChild(TextBox.create("Text box").addCss(dui_grow_1));

and result to something like this
image

The result should be something like this

image

@vegegoku vegegoku added the bug Something isn't working label Aug 22, 2023
@vegegoku vegegoku added this to the 2.0.0-RC2 milestone Aug 22, 2023
@vegegoku vegegoku self-assigned this Aug 22, 2023
@vegegoku vegegoku added this to To do in Domino UI via automation Aug 22, 2023
Domino UI automation moved this from To do to Done Aug 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Domino UI
  
Done
Development

No branches or pull requests

1 participant