-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Order results when using typeahead from ngx-bootstrap? #4808
Comments
Hello @i1990jain, I have the same problem with my development. Can you tell me how did you solve the problem? |
@i1990jain Hi! Do you mean you want to search by number and by the city at the same time? |
I created a stackblitz example for this case. @i1990jain you can use it |
search just by the number but then the results must be order by the name of the city |
Oh, I got it! Thanks for clarification |
Add sort functionality to typeahead Close valor-software#4808
Add sort functionality to typeahead Close valor-software#4808
Add sort functionality to typeahead Close valor-software#4808
Add sort functionality to typeahead Close valor-software#4808
Add sort functionality to typeahead Close valor-software#4808
Add sort functionality to typeahead Close valor-software#4808
Add sort functionality to typeahead Close valor-software#4808
Add sort functionality to typeahead Close #4808 Co-authored-by: Dmitriy Danilov <daniloff200@gmail.com>
I am using customTemplate for my typeahead which has three fields
({{model.number}}-{{model.city}}-{{model.state}})
using the number as the typeaheadOptionField, I see there is typeaheadGroupField available which I use on the number field .... I would like to know is there anyway in which I can order the result based on the city field?
The text was updated successfully, but these errors were encountered: