angular-bootstrap-multiselect icon indicating copy to clipboard operation
angular-bootstrap-multiselect copied to clipboard

Native angularJS custom form element

Results 44 angular-bootstrap-multiselect issues
Sort by recently updated
recently updated
newest added

Search bar component wont work after **selecting all** options. What if there are 500 options and some one select all options and wants to search one option and deselect it.

`` Each time I select a single item from my list, $ctrl.foodForPlatters, which is an array of objects, ALL items become selected. Additionally, on your documentation page, the options is...

I tried to input an object array $scope.options = [ { id: '1', name: 'France', capital: 'Paris' }, { id: '2', name: 'United Kingdom', capital: 'London' }, { id: '3',...

By filling the `$scope.resolvedOptions` in both methods we can "preselect" some items. example: ``` // You can add this in your app.js $scope.options = [ {id: 1, foo: "bar"}, {id:...

Hello, there is an event/action that reset/clear multiselect filter with search box? When filter with search box, on new search, the options doesn't reset. Thanks

I ran into an issue where I set the value of my options after the DOM was loaded and so the select had nothing in the dropdown.

I'd like to have CSS values driven by JS variables so the classes-btn attribute doesn't quite do what I need. I've added a style-btn attribute that corresponds to ng-style on...

Hi dear. How are you? I have found a problem in the source code so would like to notice to you. I tried to use async data load function for...

I have fix the problem of reset multiselect after use search filter. angular-bootstrap-multiselect.js: (function () { 'use strict'; var multiselect = angular.module('btorfs.multiselect', ['btorfs.multiselect.templates']); multiselect.getRecursiveProperty = function (object, path) { return...

Hi, Can this plugin be updated for Bootstrap 4? Currently, the design breaks when adding it to a bootstrap 4 template.