You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just played with the new Accordion component in v1-beta. This is a great work. I found just one missing feature: clicking on an open item doesn't close it, as you'd expect IMO (it was the way it was working in the past when you were building it with Card and Collapse).
Normally this is not too much a problem as opening another item in the accordion closes the previously open one. But in my case I use the accordion in a table cell (with ~1000 table rows). So each accordion has only one item and there is no way to close an open item.
Let me know if I missed a trivial way to do it but from the example, I see that clicking on an open item title (or arrow on the right of the title) doesn't close it.
The text was updated successfully, but these errors were encountered:
Thanks for raising this! I believe I resolved this with #744. I've made a prerelease you can test with
pip install dash-bootstrap-components==1.0.1rc1
Let us know if you have further issues. Will probably hold off a few days before making a full release in case anyone chips in with other bugs now that v1 has been released.
I just played with the new
Accordion
component in v1-beta. This is a great work. I found just one missing feature: clicking on an open item doesn't close it, as you'd expect IMO (it was the way it was working in the past when you were building it withCard
andCollapse
).Normally this is not too much a problem as opening another item in the accordion closes the previously open one. But in my case I use the accordion in a table cell (with ~1000 table rows). So each accordion has only one item and there is no way to close an open item.
Let me know if I missed a trivial way to do it but from the example, I see that clicking on an open item title (or arrow on the right of the title) doesn't close it.
The text was updated successfully, but these errors were encountered: