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

Highlighting search field in all available results #440

Closed aboursier closed 8 years ago

aboursier commented 8 years ago

Hi,

As a multi-select component, the search feature could also provide in addition to the auto-completion the results with the 'bold' style, highlighting the search criteria in the list of available results

It would be a nice feature.

Alex

isteven commented 8 years ago

@aboursier ,

Yeah it's been mentioned by other people here, but it will impact the performance.

This directive is not the best component performance-wise, and I don't want to make that worse :)

aboursier commented 8 years ago

Could you give me hints on how to process it and enhance your library "properly" so i can try to do some tests with it ?

Many thanks :)

isteven commented 8 years ago

That's going to be a very broad topic.. I'm not sure if I can assist you that way.

A more reasonable way would be for you to try it yourself and ask again when you experience any specific difficulty.