-
Hi, I've noticed some inconsistent behaviour when using a multi level sidebar added in version 1.05. Ideally I'd like to have the children on second and third level hidden/collapsed until you open the parent item for each one. I've been trying to fiddle with collapsible and collapsed parameters, and sometimes the children items got hidden and shown when clicking items in completely different group, but this was not consistent across all unassociated groups. Would it be possible to add collapse button to lower level items? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
same question {
text: 'Level 1',
link: 'links',
collapsible: true, // working
collapsed: true, // working
items: [
{
text: 'Level 2',
link: 'links',
collapsible: true, // not working
collapsed: true, // not working
items: [
{ text: 'text', link: 'link' },
],
},
],
}, |
Beta Was this translation helpful? Give feedback.
ref: #1361 #1360
I sure the feature will coming soon 🤗