You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to add the custom filter and sorting capability for the array in the "options" parameter?
Could you please explain how current filtering is working? It seems that used all fields for objects in the array in the "options" parameter, so objects without entered symbols are shown.
Is it possible to highlight entered sybmols that used for filtering?
The text was updated successfully, but these errors were encountered:
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.
Hi!
The text was updated successfully, but these errors were encountered: