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

Numeric search is showing wrong result #537

Open haishmg opened 7 years ago

haishmg commented 7 years ago

When I try a number in the search box , I see wrong items getting filtered, When I search for 11 I see internet explorer as a filtered result

screen shot 2017-09-22 at 9 50 47 pm
isteven commented 7 years ago

Hi @haishmg ,

Interesting finding. I never heard this before.

You may be able to overcome this by using the "search-property" option. Have a look at the http://isteven.github.io/angular-multi-select/#/configs-options section.

haishmg commented 7 years ago

@isteven - I tried search-property config options and that didn't help . Is there anything I can do to expedite the fix , as we use numeric search a lot in our UI .