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

Hello, I'm trying to use ng-change with this directive. I've noticed that from time to time the ng-change callback gets called twice. I think this happens when the newly selected...

Please add selectedoptions and unselectedoptions to scope so it will be easy to add data from input to selected. Thank you

`b.searchLimit||25` The multiselect seems to default to a dropdown list of only the first 25 results unless the attribute, search-limit, is set - regardless of whether or not show-search was...

add if selectionLimit == 1 is the user maybe need swap items

The $scope options array was still "undefined" at the point where I was loading the library, causing a couple errors shortly afterwards when $scope.resolvedOptions was being worked with (and was...

I'm trying to set the items in the multiselect as _select_ based on a model that I get from an http request. Im not sure if this has something to...

To replicate this; Open the multiselect dropdown. Type some letters into search box. Then select this words with using the mouse left click & dragging (Not with ctrl+a) If you...

Give true or false, then it will return only idProp or not.

Hello, I have a list of cuisines and set the the cuisines that should be set initially with an AJAX call and set them in the model array like this:...