angular-multi-select icon indicating copy to clipboard operation
angular-multi-select copied to clipboard

A multi select dropdown directive for AngularJS. Allows you to use HTML tags and CSS in the data. Requires only AngularJS and nothing else.

Results 101 angular-multi-select issues
Sort by recently updated
recently updated
newest added

If you type "object" into the filter box, nothing will be eliminated. I detected this in an older version, but the bug is still visible on the demo page, so...

bug

Unable to trigger filtering on entering just one character. This fix would solve the problem mentioned below https://github.com/isteven/angular-multi-select/issues/479

This should fix https://github.com/isteven/angular-multi-select/issues/403 - unfortunately the fix described in that issue didn't work for us, this works now. Of course this means that people need to write 2 require...

I have spent several hours trying to figure this out. Here is the information that I know. I am using bootstrapping at the end of my CSHTML file to connect...

When clicked out of container, the class *buttonClicked* was not being removed.

Hello, I change $scope.items in on-search-change event. But a event is don't stop when $scope.items changed successfully. Here is code: var searchTimer = undefined; $scope.onSearchItem = function(data) { if(searchTimer) $timeout.cancel(searchTimer);...

bug

The binding for outputModel is lost during refreshOutputModel() method call. In order to clean and keep the data binding, the code can be changed from $scope.outputModel = []; to $scope.outputModel.length...

Updated the component to split the search field value into words and search by every word inside the updateFilter function