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
… accordion tests (#705)
* fix(accordion.tsx): fixed bug where Accordion.Content would not close after being opened
Accordion content can now be closed and opened leaving all items collapsed.
#618
* style(accordion.tsx): update spacing after adding toggleOpen function
* test(accordion.spec.tsx): add tests for accordion click to toggle
#684
* style(accordion.spec): prettier
* style(accordion.tsx): change conditional to ternary for toggleOpen
* style(accordion.tsx): prettier update for cloneElement format
---------
Co-authored-by: Adrian Apodaca <[email protected]>
Describe the bug
You can't click the close button on the active (currently open)
<Accordion.Content>
.Expected behavior
You should be able to also close the active item which will just leave the
<Accordion>
with all items collapsed.The text was updated successfully, but these errors were encountered: