Gbuomprisco / ngx-chips

Tag Input component for Angular
MIT License
902 stars 359 forks source link

is there a way to user orderBy pipe inside the autocomplete custom tag #856

Closed HDaghash closed 5 years ago

HDaghash commented 5 years ago

PLEASE MAKE SURE THAT:

I'm submitting a ... (check one with "x")

[ ] bug report => search github for a similar issue or PR before submitting
[x] support request/question

Notice: feature requests will be ignored, submit a PR if you'd like

Current behavior

is there a way to user orderBy pipe inside the autocomplete custom tag such ex: let-item="item | orderBy:item.score"

Expected behavior

to sort the result based on the score number

Minimal reproduction of the problem with instructions (if applicable)

What do you use to build your app?. Please specify the version

latest one 7.x Angular version:

7.x

ngx-chips version:

^2.0.0-beta.0 Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]

chrome

HDaghash commented 5 years ago

not important i did the sorting in the array tag it self insted Thanks