- 🇩🇪Germany demonde
The problem reoccurs, since bootstrap 5 has changed any
data-
attribute todata-bs-
.see https://github.com/twbs/bootstrap/pull/31827
Shall I open a new issue?
- 🇩🇪Germany demonde
As far as I can see only
:not([data-toggle])
has to be replaced with:not([data-toggle]):not([data-bs-toggle])
in both .js files.