-
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
feat(typeahead): add sort functionality to typeahead #5646
feat(typeahead): add sort functionality to typeahead #5646
Conversation
403b016
to
b7595a5
Compare
@@ -402,7 +408,7 @@ export class TypeaheadDirective implements OnInit, OnDestroy { | |||
); | |||
}) | |||
) | |||
.subscribe((matches: TypeaheadMatch[]) => { | |||
.subscribe((matches: any[]) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
according to chat with @IraErshova , there will be separate PR for fix of types in typeahead, because, this TypeaheadMatch type here was not exactly correct
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your comment!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Codecov Report
@@ Coverage Diff @@
## development #5646 +/- ##
============================================
Coverage 52.52% 52.52%
============================================
Files 3 3
Lines 99 99
Branches 17 17
============================================
Hits 52 52
Misses 37 37
Partials 10 10 Continue to review full report at Codecov.
|
e06c226
to
44ba5fc
Compare
@IraErshova Needs clarification regarding the name of Demo and classes |
Add sort functionality to typeahead Close valor-software#4808
2437736
to
952be76
Compare
@dmitry-zhemchugov I fixed this |
Add sort functionality to typeahead
Close #4808
This PR depends on #5651
PR Checklist
Before creating new PR, please take a look at checklist below to make sure that you've done everything that needs to be done before we can merge it.