You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However if you try and to set expanded-index on the <rh-accordion> it does not respond. Here is a Codepen reproduction: https://codepen.io/zeroedin/pen/eYqrBxJ where I am setting expanded-index on the first example and expanded attributes on headers manually and programmatically in the second.
Alistair also mentioned that adding expanded on headers for him was not working in Shared Libs but I wasn't able to reproduce.
The text was updated successfully, but these errors were encountered:
Given shared_libs use I asked @zhawkins to run a test for me and he was not able to reproduce the expanded attribute issue using the following snippet:
So we are testing for this in pf-accordion so we'd bring these tests over (as they apply) and add to them if needed. My thoughts are because we removed the direct relation to BaseAccordion we no longer had the tie in to the tests.
Reported by Alistair McGranaghan
The initially expanded demo seems to work on ux.redhat.com
However if you try and to set
expanded-index
on the<rh-accordion>
it does not respond. Here is a Codepen reproduction: https://codepen.io/zeroedin/pen/eYqrBxJ where I am settingexpanded-index
on the first example andexpanded
attributes on headers manually and programmatically in the second.Alistair also mentioned that adding
expanded
on headers for him was not working in Shared Libs but I wasn't able to reproduce.The text was updated successfully, but these errors were encountered: