MudChip and MudChipset: Support Generic#4342
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #4342 +/- ##
==========================================
+ Coverage 89.29% 89.37% +0.08%
==========================================
Files 411 411
Lines 11900 11860 -40
Branches 2356 2353 -3
==========================================
- Hits 10626 10600 -26
+ Misses 751 737 -14
Partials 523 523 ☔ View full report in Codecov by Sentry. |
|
Ready for review @ScarletKuro, @mckaragoz |
|
I added Shall I revert |
src/MudBlazor.Docs/Pages/Components/FileUpload/Examples/DragAndDropFileUploadExample.razor
Outdated
Show resolved
Hide resolved
|
I hope this is rebased against latest changes? |
Does all this property make sense in the context of |
Yes, merged instead of rebased as it is less effort to resolve conflicts |
|
Thanks for the thorough review. Should all be fixed. I'll add the properties to ChipSet. They are relevant insofar as it allows to set a uniform default value for all chips in the set. |
|
Dotnet format is already in action 😂 |
|
I think this is ready to merge |
|
@mckaragoz @henon thanks! |
|
Explicit link mention that nullable annotation was done for #6535 |
Co-authored-by: Meinrad Recheis <[email protected]>
Description
Chipsets and Chips now support generic types.
This is a breaking change because now users have to give value to chips to work selection and multi selection properly.
Additional info by Henon:
The internal logic was changed to use our new state framework and thus the following bugs are fixed on the go:
resolves #1462
resolves #8267
resolves #7964
resolves #5039
resolves #5420
How Has This Been Tested?
Types of changes
Checklist:
dev).