isteven / angular-multi-select

A multi select dropdown directive for AngularJS. Allows you to use HTML tags and CSS in the data. Requires only AngularJS and nothing else.
isteven.github.io/angular-multi-select
MIT License
1.08k stars 518 forks source link

Related to #479. Filter list even for a single character entered #499

Closed Pranava29 closed 7 years ago

Pranava29 commented 7 years ago

if ( $scope.inputLabel.labelFilter.length > vMinSearchLength ) has been modified to if ( $scope.inputLabel.labelFilter.length >= vMinSearchLength )