optimistex / ngx-select-ex

Angular based replacement for select boxes
https://optimistex.github.io/ngx-select-ex/
MIT License
111 stars 42 forks source link

Dropdown stays open with multiple selection enabled #158

Closed sambengtson closed 5 years ago

sambengtson commented 5 years ago

This may be a personal preference but throwing this out there to be merged. As the title states, if "multiple" is set to true, the dropdown will stay open allowing the user to select multiple options without having to re-open the dropdown.

optimistex commented 5 years ago

@sambengtson I can not accept your changes because they broke the general behavior. But! I've added an option keepSelectMenuOpened that solves your issue. The new version may be installed by: npm i ngx-select-ex@3.6.12-dev

sambengtson commented 5 years ago

@optimistex No problem. Thanks!