hello i have kt-toolbar-filter i added custom range date picker inside it, whenever i select option or custom all filter menu hides.
how to solve it?
regards
Hello @merge fruit, I think you should check for Event Handlers. Look for any event handlers or listeners attached to the filter menu or the date picker. These event handlers might be triggering the hiding behavior. Review the code where the filter menu and date picker are implemented and see if there are any event-related functions or event listeners that could be causing the issue.
Hi,
May I know which plugin are you trying to integrate with KTMenu ?
Have you checked our Bootstrap Datepicker Integration examples <a href='https://preview.keenthemes.com/html/metronic/docs/general/menu/integration#tempus-dominus-datepicker">here</a>.
Regards.