Hello,
I am using menu for filters and all I need to do is when user close the menu(by clicking out side on page), I have to reset filters options since filters are not applied. So I have to check that in hide event. Could you please guide me how to achieve that?
button
type="button"
class="btn btn-light-primary position-relative me-5"
data-kt-menu-trigger="click"
data-kt-menu-placement="bottom-end"
@data-kt-menu-hide="customFun"
v-on:hide="customFun"
>
Function
</button>
<!--begin::Menu 1-->
<div
class="menu menu-sub menu-sub-dropdown w-300px w-md-325px"
data-kt-menu="true"
@data-kt-menu-trigger-hide="customFun"
v-on:hide="customFun"
>
<!--begin::Header-->
<div class="px-7 py-5">
........................