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

Expanders inside Expander don't toggle #56

Open
2 tasks done
JVariance opened this issue Oct 24, 2022 · 0 comments
Open
2 tasks done

Expanders inside Expander don't toggle #56

JVariance opened this issue Oct 24, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@JVariance
Copy link

Before you start...

  • Have you updated your dependencies? You might be using an old version of the library.
  • Have you checked for an existing issue on this topic? If there is one, post a comment on it instead.

What browsers are you seeing the problem on?

Firefox, Microsoft Edge

Description

Expander Components inside an Expander Component don't toggle.

I temporarily solve it as follows:

:global(.folder-section
      .expander:has(.expander)
      .expander:not(.expanded)
      .expander-content) {
    @apply [max-block-size:0] p-0 overflow-hidden;
  }

Steps To Reproduce

  1. Create an Expander
  2. Put another Expander inside the Expander
  3. Try to toggle the child Expander

Expected behavior

Child Expanders should toggle, too

Relevant Assets

No response

@JVariance JVariance added the bug Something isn't working label Oct 24, 2022
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
None yet
Development

No branches or pull requests

1 participant