angularjs-dropdown-multiselect
angularjs-dropdown-multiselect copied to clipboard
"disable" does not work if dropdown is already opened
If the dropdown is already open and "disable" has no affect and user can still select new options. see example here: https://jsfiddle.net/916cp5gr/37/
I disable the dropdown on first select but I can still select more. As you can see the control does get grayed out.
Thanks.
Any update?
I worked around it by using: closeOnSelect: true, closeOnDeselect: true.