ng-multiselect-dropdown icon indicating copy to clipboard operation
ng-multiselect-dropdown copied to clipboard

Any way to toggle dropdown from outside input?

Open ahmedsamirbek opened this issue 2 years ago • 2 comments

When I put it into modal I have to click on input to close dropdown

ahmedsamirbek avatar May 16 '22 14:05 ahmedsamirbek

any updates about this issue

ahmedsamirbek avatar Jul 05 '22 15:07 ahmedsamirbek

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

thamizh-qwerty avatar Sep 05 '23 11:09 thamizh-qwerty