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

fix(accordion): comply with bootstrap markup #1332

Closed
wants to merge 1 commit into from

Conversation

thbt
Copy link
Contributor

@thbt thbt commented Feb 23, 2017

fix #1050

Removed similar IDs from demos

Before submitting a pull request, please make sure you have at least performed the following:

  • read and followed the CONTRIBUTING.md guide.
  • built and tested the changes locally.
  • added/updated any applicable tests.
  • added/updated any applicable API documentation.
  • added/updated any applicable demos.

@thbt thbt changed the title fix(accordion): comply with bootstrap markdown fix(accordion): comply with bootstrap markup Feb 23, 2017
@pkozlowski-opensource pkozlowski-opensource added this to the 1.0.0-alpha.22 milestone Mar 15, 2017
</h5>
</div>
<div id="{{panel.id}}" class="collapse" [class.show]="isOpen(panel.id)" role="tabpanel"
[attr.aria-labelledby]="panel.id + '-header'">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should add *ngIf check to support current behaviour where closed panels are removed from DOM.

@pkozlowski-opensource
Copy link
Member

It is currently blocked on the Bootstrap 4 issue, see #1050 (comment)

@pkozlowski-opensource
Copy link
Member

This PR doesn't merge cleanly anymore as it contains changes from the already merged PR (329f1b2)

I'm going to close this PR for now as the jury is still out on #1050

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Accordion semantic variance and accessbility loss
4 participants