How can I implement nested dropdown menus in Bootstrap 5, ensuring that submenus open and close properly?
10:34 13 Feb 2025

How can I fix a multi-level dropdown issue in Bootstrap, where submenus do not open as expected on click?

I tried making a multi-level dropdown menu in Bootstrap isn't functioning as expected. The submenu under the dropdown "Types of Massages" does not open when clicked. Here is my code:


I tried making a multi-level dropdown using Bootstrap 5.3.3, the first two dropdown menus open, however the third doesent open. I assume this is because Bootstrap in general doesen't support multi level dropdowns, however I am already too far in ,y project to stop and use another framework like Tailwind

drop-down-menu dropdown bootstrap-5