angularjs-dropdown-multiselect
angularjs-dropdown-multiselect copied to clipboard
AngularJS Dropdown Multiselect
Bumps [lodash](https://github.com/lodash/lodash) from 3.10.1 to 4.17.15. Release notes *Sourced from [lodash's releases](https://github.com/lodash/lodash/releases).* > ## 4.0.0 > # [lodash v4.0.0](https://github.com/lodash/lodash/wiki/Changelog#v400) > > 2015 was big year! [Lodash](https://lodash.com/) became the [most depended...
I'm passing values to multiple select dropdown. It shows n value checked but it doesn't check those checkbox which have values using angularjs-dropdown-multiselect library.
Doesn't appear to work well with bootstrap 4. The styling is completely stripped, the checkmarks are gone and the lines are all blue, and the horizontal rule is gone.
Hello, There is one issue with search. If we search first character as ! and followed by any other character then search is not performing and it returns all the...
Hi, I was wondering if someone had already found a solution for how to implement the "required" validation attribute ? Thank you very much in advance for your feedback Regards...
There is an issue with the Check All / Select All function. $scope.selectAll = function() { var searchResult; $scope.deselectAll(true); $scope.externalEvents.onSelectAll(); searchResult = $filter('filter')($scope.options, $scope.getFilter($scope.input.searchFilter)); angular.forEach(searchResult, function(value) { $scope.setSelectedItem(value[$scope.settings.idProp], true, false);...
We've been using the project for a while now but have just run into a new issue. We've got a new page design that requires a dropdown-multiselect to be place...
Do we have access to search filter text entered by user ? Or any callback event while user changes the search filter ? Or any way to access the search...
We have a reset button for a few set of form controls. where the user will only give reset button to clear of all the controls. we have implemented our...