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
Paste the url into a new tab for a 'normal' view of the page
The sidenav now takes up half of the usable space because of how far the accordion chevron extends
The accordion no longer opens/shows any content regardless of screen resolution (desktop vs mobile)
Reproducing the error on the docsite
None
Expected behavior
Accordion should work similar to how it does in the following link: https://codepen.io/ecutrell/pen/MWMOrgr
*accordion should show contents when open
*scrollable section or not text wrapping
*all 8 lines are visible when open and not cut off
Code on Codepen and Contentstack are exactly the same.
What browsers are you seeing the problem on?
Chrome
Additional context
If unable to access contentstack env or any other questions please feel free to reach out to myself; Evelynn Cutrell
Exit criteria
No response
The text was updated successfully, but these errors were encountered:
Hi @EvieCutrell, looks like the issue you are seeing in the preview page is caused by loading in the auro-sidenav and auro-accordion bundled js from the CDN. We are already loading in a version of these auro components in the content client so loading in another version could cause a race condition. Simply removing these should make the accordion work in your preview link.
Code to remove from the generic text rendering component inside Contentstack entry:
If you require a later version of either the auro-sidenav or auro-accordion, please work with the ContentEnablement team to get the version we are using throughout our content client.
Please verify the version of auro-accordion you have installed
4.0.2
Please describe the bug
Reproducing the error on the docsite
None
Expected behavior
Accordion should work similar to how it does in the following link: https://codepen.io/ecutrell/pen/MWMOrgr
*accordion should show contents when open
*scrollable section or not text wrapping
*all 8 lines are visible when open and not cut off
Code on Codepen and Contentstack are exactly the same.
What browsers are you seeing the problem on?
Chrome
Additional context
If unable to access contentstack env or any other questions please feel free to reach out to myself; Evelynn Cutrell
Exit criteria
No response
The text was updated successfully, but these errors were encountered: