Collapse with props "expanded" and "accordion={false}" does not behave properly. #1121
Unanswered
Strapontin
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I'm having trouble implementing both
expandedandaccordion={false}property on aCollapseelement in NextUI.When I reduce one element then expand it back for the first time after the page is loaded, other elements of the
Collapse.Groupbehave likeaccordionwasn't set.It's easy to reproduce, using the sandbox given : https://codesandbox.io/s/el6mfs?file=/App.js&from-sandpack=true
Just add
expandedafter each<Collapse>elements, before the title.All reactions