I am working on a django project, that is using bootstrap4 and I\'m with a little problem with dropdown toggler.
The toggler only toggles the dropdown-menu after the seco
I had the same issue, it occurred because i imported bootstrap library twice. After removing one of them it worked well. Hope it help you.