DEV Community

Rajesh Kumar Rathor
Rajesh Kumar Rathor

Posted on

Menu drop-down doesn't close after click

Hi All,

I just start learning Angular and create a menubar of bootstrap. But whenever I click on the menubar which has dropdown, it doesn't close after I hover out to next elements, it only close when I clicked somewhere else.
But I want to close it on hover out,
I find a code
.dropdown > .dropdown-toggle:active {
/Without this, clicking will make it sticky/

 pointer-events: none;

}

But using this code the click even of main Div doesn't work.
I give a deep search but got nothing so I post it here to get help on this.

thanks

Top comments (1)

Collapse
 
smilerathor profile image
Rajesh Kumar Rathor

check this image