Ok the question is simple. I need to make the dropdown open when mouse hover rather than on click.
Currently my code is as follow.
A much cleaner pure CSS solution here:
.dropdown:hover .dropdown-menu { display: block; }