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 came across the same issue recently, i solved this issue by adding $('.dropdown-toggle').dropdown() after loading the drop-down. Hope this may help without changing from the data-toggle="dropdown" to data-toggle="collapse".