-
Notifications
You must be signed in to change notification settings - Fork 220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Accordion always_open property #840
Conversation
@tcbegley - R and JL tests for the new accordion callback are failing ( |
e5d4d1d
to
a083821
Compare
…trap-components into accordion-always-open
@tcbegley - due to the fact that |
* Bump react-bootstrap version * Add always_open prop to Accordion * Add js tests for Accordion always_open * Add always_open to Accordion docs * Add always_open callback doc test * Remove unnecessary imports * Add callback file to flake8 ignore files * Call the second callback test * Bump react-bootstrap version * Add always_open prop to Accordion * Add js tests for Accordion always_open * Add always_open to Accordion docs * Add always_open callback doc test * Remove unnecessary imports * Add callback file to flake8 ignore files * Call the second callback test * Fix some issues with tests * Remove always_open example in R * Clean up Accordion source * Fix accordion tests * Remove note about R * Revert debugging change to tests Co-authored-by: tcbegley <tomcbegley@gmail.com>
As requested in issue #834 I've added support for
always_open
property of the Bootstrap 5 Accordion. This includes:I have additionally bumped the react-bootstrap version.