click-outside
click-outside copied to clipboard
button inside component with directive triggers event
I'm using a datepicker component (from Vuetify) with this library and it works mostly as expected; I click outside of the component, the event is fired; I click inside it, and nothing happens. However, when I click a date in de datepicker, which is a <button>
, the outside-click event is fired.