src/main/webapp/custom_components/js-autocomplete-multi/js-autocomplete-multi.js
@@ -101,11 +101,7 @@ var parentFound = false; while (angular.isDefined(target) && target !== null && !parentFound && target.className !== null) { if (typeof target.className.split != 'function') { break; } if (_.contains(target.className.split(' '), 'multiselect-parent') && !parentFound) { if (target.getElementsByClassName('multiselect-parent') && !parentFound) { if (target === $dropdownTrigger) { parentFound = true; }