Jquery – Custom dropdown won't close when clicking page outside of dropdown options
I'm using this form select with image options https://codepen.io/antonandoff/pen/PmQvBz My issue is, the dropdown only closes if you select an option within the dropdown, and not if you click outside anywhere on the page as a traditional <select> would. I'm…