-
In the following example, Accordion 2 should be open but the nested accordion within Accordion 2 should have all of its panels closed.
```r
library(shiny)
library(bslib)
ui
-
### Point of contact
Trevor Pierce
### Severity level
2, Serious. Should be fixed in 1-2 sprints post-launch.
### Details
The VA Documents and Letters has an accordion "Benefit Summary and Servic…
-
### Steps to reproduce
Link to live example: (required)
Steps:
1. Go to the official [accordion component page](https://mui.com/material-ui/react-accordion/)
2. Inspect the "Accordion 1" conte…
-
While using Nested accordions like:
---accordion A
> --accordion A.1
> --accordion A.2
>--accordion A.3
--accordion B
> --accordion B.1
> --accordion B.2
If I am trying to open accordion…
-
Hi there,
Is there a way to have the accordion open by default? On mobile, I don't want all of the nested items hidden away on page load for my website.
-
There are two issues when nesting accordions within each other:
1. Multiple event listeners get assigned to each tab so that inner tabs will fire "toggle" multiple times when clicked. (I've created a …
-
### Describe the bug
Trying to replicate the scenario though below diagram:
⬇️ Accordion 1
- Accordion 1.1
- Accordion 1.1.1
- Accordion 1.1.2
- Accordion 1.1.3
- Accordion 1.1.4
…
-
I wonder if this lib support nested accordion. I have checked the APIs and it seems like doesn't support. Wanna confirm if I have overlook something. Thank you in advance!
-
Accordion Chevron for a nested Accordion are all linked to parent accordion chevron and do not animate. ( See Attached example) All stay pointing up and are dead / do nothing.
![Accordion-Capture]…
-
I try to make something like this:
https://youtu.be/Ra7uu72E4l0
Is it possible to make a similar sidebar? Perfectly - VS Code File Explorer kind of drag-n-drop would be amazing to implement.
I …