Dropdown Menu Bootstrap 5

Before I post our work, wanted to check with everyone to see if their are known issues with dropdowns and bootstrap 5. Known conflicts, etc. Seen many posts in general on other forums not related to wappler so thought I would check before I spend time troubleshooting or others time posting the code.

Thank you.

Hi Wesley,

What kind of problems are you hearing about? I haven’t come across anything my experience.

Thanks Brad, when I click the menu no action or drop down occurs. I made sure it was migrated properly when I moved from Bootstrap 4. I also compared my CSS files to the default and see no issues. Just wont open. I have a lot of other frameworks loaded so was not sure if I should be a specific order or have a conflict. I checked develop tools for errors, none. I tried a default drop down too, wont work

Dropdown button
<a class="dropdown-item" href="#">Action</a>

<a class="dropdown-item" href="#">Another action</a>

<a class="dropdown-item" href="#">Something else here</a>

Disregard, will troubleshoot. Used CDN BS instead of local and it works now so I will dig into this deeper. Thanks