angularjs-dropdown-multiselect
angularjs-dropdown-multiselect copied to clipboard
AngularJS Dropdown Multiselect
this piece has a memory leak where if user navigates through different pages , the hook to the click event does not die. So we will be adding a new...
I think the selected items array is better off as an array of id values instead of objects with an "id" property. ``` // Selected items array [ { "id":...
added external event "onOpen" to invoke a callback every time dropdpwn is opened
Hi, The directive supports any pagination? lets say i have 5000 records that i want to be able to select from and i want to show only the first 50...
@pkempenaers as the title said above.
Hi, How we can remove "Check All" in dropdown. i tried with showCheckAll: false. this.dropdownSettings = { singleSelection: false, showCheckAll: false, showUncheckAll: false, idField: 'item_id', textField: 'item_text', itemsShowLimit: 1, allowSearchFilter:...
I want to apply the conditional expression to each option of multi-select drop down, but "ng-multiselect-dropdown" only takes options array as an input. Is there any way to do this...
How can i send parameters to the events. ` $scope.multiuserevents = { onSelectionChanged: function (item) { $scope.myFunction(item); }};` Need to pass parameters to the onSelectionChanged Event
Can we have scroll event fired when scrollable flag set true? this will be useful when we have paging / fetch few option at a time and when user scroll...
angularjs-dropdown-multiselect has several scope variable that can be set in the html template. One of them is "disabled" where you can do disabled="myValue". Internally, the value of this variable is...