Open C00per opened 8 years ago
Hi @C00per.
At the moment filtering works with the native angular $filter
service over the entire object. It would be very nice if users could be define a custom filtering function, are you interested in making a PR?
Regarding symbols highlighting, I don't have a solution to perform that action, since every user can define its own template for dropdown items. Maybe it can be done with a filter, but I'm not sure about that.
Hi @indrimuska. I'm sorry, but I'm not enough qualified to make a PR (.
Custom filtering and sorting are useful features that allow use selector with complex objects. For now, I have to create the special array with simplified copies as a workaround.
But anyway angular-selector works as expected so I'm trying to migrate to it from buggy ui-selector.
Ok, maybe custom filtering function could be one of the next features :)
Hi!