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
-
Hello,
I'm having trouble implementing both
expanded
andaccordion={false}
property on aCollapse
element 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.Group
behave likeaccordion
wasn't set.It's easy to reproduce, using the sandbox given : https://codesandbox.io/s/el6mfs?file=/App.js&from-sandpack=true
Just add
expanded
after each<Collapse>
elements, before the title.Beta Was this translation helpful? Give feedback.
All reactions