-
-
Notifications
You must be signed in to change notification settings - Fork 71
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
[HxMultiSelect] Select all synchronisation #639
[HxMultiSelect] Select all synchronisation #639
Conversation
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.
@bholbrook Oops, sorry, I forgot to submit the review.
Havit.Blazor.Components.Web.Bootstrap/Forms/Internal/HxMultiSelectInternal.razor.cs
Outdated
Show resolved
Hide resolved
Havit.Blazor.Components.Web.Bootstrap/Forms/Internal/HxMultiSelectInternal.razor.cs
Outdated
Show resolved
Hide resolved
@hakenr I've made changes as per your review and am ready for a re-review. |
… code simplification
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.
@bholbrook I did some final adjustments and will merge to master.
- simplified the logic (sacrificed some of the perf-optimizations for now)
- extracted the
SynchronizeSelectAllCheckbox()
method - fixed: ClearIcon did not synchronize the checkbox
I will probably simplify theSelectedValues
synchronization with outerHxMultiSelect
then.
Many thanks for your contribution!
We will add additional pre-release the lib today.
We plan to publish the 4.2.5 release later this week.
Summary of changes
As per #638
Value
contains all itemsMissed code from #617