In the latest version of Bootstrap, v5, it seems that using e.stopPropagation();
no longer prevents the accordion from toggling when an element in the header is clicked.
Do you have a solution for this problem?
How to prevent accordion from toggling when button in header is clicked?
If you are interested, here is an example showcasing the issue:
https://jsfiddle.net/8qdbjfx2/4/
Any insights on how to address this challenge would be greatly appreciated!
Thank you in advance for your assistance.