bentorfs / angular-bootstrap-multiselect

Native angularJS custom form element
http://bentorfs.github.io/angular-bootstrap-multiselect/
MIT License
79 stars 111 forks source link

MultiSelect Closes When Selecting the words in search box #74

Open erkinyldz opened 5 years ago

erkinyldz commented 5 years ago

To replicate this; Open the multiselect dropdown. Type some letters into search box. Then select this words with using the mouse left click & dragging (Not with ctrl+a) If you happen to make mouse up event while cursor is outside the dropdown, multiselect closes.

While this might not be considered a bug, it is definitely a bad user experience.