ng-multiselect-dropdown
ng-multiselect-dropdown copied to clipboard
Any way to toggle dropdown from outside input?
When I put it into modal I have to click on input to close dropdown
any updates about this issue
closeDropdown() { this._settings.defaultOpen = false; // clear search text if (this._settings.clearSearchFilter) { this.filter.text = ""; } this.onDropDownClose.emit(); }
invoke this method to close the dropdown