Angular Metronic 8
I am using the search result inner component in Angular Metronic Version 8. After typing and selecting from the dropdown, then navigating, how do I close the pop-up and reset it without destroying it?
Replies (1)
Hi,
In the search component file below, could you please try to get a click event from the search result? Then call this function MenuComponent.hideDropdowns();
demo1/src/app/_metronic/kt/components/SearchComponent.ts â
this.menuObject is variable from menuObject: MenuComponent.this.menuObject.hideDropdowns(); Thanks