after browing through google I finally found a way to make hover dropdown fitur bootstrap. I never thought I would be this easy . The following hover feature to activate the dropdown fitur in the bootstrap
Add a line on css
.dropdown:hover .dropdown-menu {
display: block;
}
very easy right?
Sumber https://idnetter.com