Open
Description
Currently it's possible to omit the value
prop in accordion and tabs entirely, using the index (by position) implicitly as the value instead.
This causes a few issues:
- Unable to "truly" unmount a TabPanel when
keepMounted={false}
[tabs]keepMounted={false}
doesn't mount children but still mounts the root element #1872 - Mis-timed accordion animations [Accordion] Opening animation isn't cancelled when a panel is initially open #1588
- Unable to SSR initially open accordion or initially active tab
(In Radix, value is required for both accordion and tabs)
Metadata
Metadata
Assignees
Projects
Status
No status