-
Notifications
You must be signed in to change notification settings - Fork 11
feat: support searching in multi select component #625
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
Conversation
Codecov Report
@@ Coverage Diff @@
## main #625 +/- ##
=======================================
Coverage 85.18% 85.18%
=======================================
Files 770 770
Lines 15905 15911 +6
Branches 2048 2050 +2
=======================================
+ Hits 13548 13554 +6
Misses 2323 2323
Partials 34 34
Continue to review full report at Codecov.
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
</ng-container> | ||
<div *ngFor="let item of items" (click)="this.onSelectionChange(item)" class="multi-select-option"> | ||
<ht-divider *ngIf="this.showAllOptionControl || this.enableSearch"></ht-divider> |
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.
The new mocks supports "Select All" And "Clear Selected" as buttons (instead of it as an option). Is this something you are taking care of too?
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.
Not doing it at the moment. Currently doing things that would unblock me. Can circle back to it in the end.
Description
Support searching in multi select component.
Testing
UTs added.
Checklist: