-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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]: Accordion item is collapsed by clicking on components inside it's content #24561
Comments
This has been fixed in our vNext branches but a PR is here to cherry-pick into the current releases: https://github.com/microsoft/fast/pull/6332/files @chroustak1 are you pulling the packages in via NPM or from CDN? |
@chrisdholt - I'm using CDN (https://cdn.jsdelivr.net/npm/@@fluentui/web-components) And thanks for super fast reply :) |
Thank you! I'll go ahead and force a package update and get it published out. This was fixed for our vNext implementation so a cherry-pick and update of the fast-foundation packages here will solve the issue. I'm going to try and get an additional fix in, but if it's not done by tomorrow we'll expedite this for you. Thanks! |
The PR containing this fix has been merged. A new version should be published and pushed to the CDN automatically tomorrow AM PST. Thanks! |
New version is working flawlessly. Thank you. |
Library
Web Components (@fluentui/web-components)
System Info
Are you reporting Accessibility issue?
no
Reproduction
https://codesandbox.io/s/practical-hamilton-6cv6vs?file=/index.html
Bug Description
Actual Behavior
Accordion items placed inside an accordion with expand-mode=single are collapsed by clicking on a component (e.g. checkbox, another sub accordion item) placed inside its content.
Expected Behavior
Clicking on a component inside an accordion item content will not collapse the accordion item.
Logs
No response
Requested priority
High
Products/sites affected
No response
Are you willing to submit a PR to fix?
no
Validations
The text was updated successfully, but these errors were encountered: