-
Notifications
You must be signed in to change notification settings - Fork 33
Accordion component breaks when list of items changes #63
Comments
Can you provide a little code to see how you're doing this? |
Figured out how to address it by adding this to the component for the // component.js
|
@donaldwasserman I had the same problem while working with |
I haven't looked into this too deeply but at first glance it sounds like |
@obernal Did you override the mixin then? |
@zion yes. My items are not components and I think it should be the accordion's responsibility to accept new items anyway so that's why this would require changes to the actual code. @GCheung55 |
Ok, I seem to have broken all of my accordions by updating to ember-cli 2.13.2 and foundation 6.3.1 I might try your solution to see if that helps |
Im having an issue with a list of items returned from the server after a passed in search string. As the search keyword changes the, accordion items change to properly reflect the matching results, however after the accordion
<li>
s change they no longer open/close.Is there a way to re-initiate foundation on the accordion object after the contents change?
The text was updated successfully, but these errors were encountered: