rajush / angular-dropdown-multiselect

Angular JS directive for dropdown with multi-select feature.
https://rajush.github.io/angular-dropdown-multiselect/
6 stars 6 forks source link

Using this library with ui.bootstrap's dropdown got issue #6

Closed harshalitalele closed 5 years ago

harshalitalele commented 6 years ago

Clicking on multiselect dropdown toggled another simple single select dropdown when it was put before multiselect dropdown. I think there should be a specific selector inside 'angular-dropdown-multiselect' instead of '.dropdown-menu', something like '#dropdownMultiselect .dropdown-menu'.

This is probably not an issue, but I don't know where to put this forth.

rajush commented 5 years ago

@harshalitalele Do you have an example that replicates the issue? may be a plunk or something?

rajush commented 5 years ago

@harshalitalele oh you have a PR open... will try that out. Thanks