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

[BUG] dmc.Button fullWidth in dmc.MenuTarget #208

Closed
OMBeau opened this issue Oct 11, 2023 · 2 comments
Closed

[BUG] dmc.Button fullWidth in dmc.MenuTarget #208

OMBeau opened this issue Oct 11, 2023 · 2 comments

Comments

@OMBeau
Copy link

OMBeau commented Oct 11, 2023

The fullWidth option for dmc.Button does not work as intended inside the dmc.MenuTarget wrapper.

dmc.Menu(
    [
        dmc.MenuTarget(
            dmc.Button(
                "Test Button",
                fullWidth=True, # Not working as intended within MenuTarget
                ),
            ),
    ]
)
@datenzauberai
Copy link

This can not be solved as long as #285 is not fixed.

@AnnMarieW
Copy link
Sponsor Collaborator

Since this is a duplicate of # 285, I'm going to close this now.
Please follow the progress in PR #309 Hopefully it will be in the next release (0.14.5)

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

3 participants