In Bootstrap 5 data attributes are now namespaced in the js plugin with “bs”, so for example data-toggle will not work anymore and you will need to use data-bs-toggle instead.
In Bootstrap 5 data attributes are now namespaced in the js plugin with “bs”, so for example data-toggle will not work anymore and you will need to use data-bs-toggle instead.