5 743 Level 1 swindleNswoonOP Posted 5 years ago Ok so I just deployed my website successfully and now he bootstrap toggle button is not working. I have followed the steps in this post:https://laracasts.com/discuss/channels/guides/bootstrap-4-dropdown-menu-is-not-working ...
@evanpBootstrap toggles the "open" class if it'snotset.It will remove the "open" class if it is set. The quick fix for this would be to settoggle: toggle = '[data-toggle=dropdown], .dropdown > a' The problem would then be that every dropdown would beinitialized on loadand that...