Using event modifiers for closing modal when clicked outside
Jiří Procházka on October 20, 2022
It is common that modal window has semitransparent background around itself. It is called a backgrdop. Users expect the modal to be closed when clicked on this backdrop. Here we can see how to do it just by using event modifiers without favorite click-outside directive.
Read more...