imarc / boilerplate

Responsive CSS, HTML and JavaScript front-end starting point, plus components!
https://imarc-boilerplate.netlify.app/
8 stars 10 forks source link

rework BpDropdown's use of focusout #54

Closed khamer closed 2 years ago

khamer commented 2 years ago

Because focusout events don't reliably have a relatedTarget, this add a global listener while the dropdown is open to handle clicking outside of the dropdown properly.