MudSelect: Change Visibility of "_currentIcon" to Internal#10451
Merged
henon merged 1 commit intoMudBlazor:devfrom Dec 15, 2024
jperson2000:feature/mudselect-currentitem-v8
Merged
MudSelect: Change Visibility of "_currentIcon" to Internal#10451henon merged 1 commit intoMudBlazor:devfrom jperson2000:feature/mudselect-currentitem-v8
henon merged 1 commit intoMudBlazor:devfrom
jperson2000:feature/mudselect-currentitem-v8
Conversation
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #10451 +/- ##
=======================================
Coverage 91.53% 91.54%
=======================================
Files 418 418
Lines 13228 13228
Branches 2539 2539
=======================================
+ Hits 12108 12109 +1
Misses 547 547
+ Partials 573 572 -1 ☔ View full report in Codecov by Sentry. |
ScarletKuro
approved these changes
Dec 15, 2024
Closed
Contributor
|
Added to v8.0.0 Migration Guide |
LLauter
pushed a commit
to cannellamedia/MudBlazor
that referenced
this pull request
Dec 16, 2024
This was referenced Aug 18, 2025
This was referenced Oct 5, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Description
This breaking change is proposed for V8, to change the visibility of
MudSelect._currentIconfrompublictointernal. This member appears to be for internal use by the component.How Has This Been Tested?
This was tested by running all unit tests to ensure they still complete properly after the change. Also, the "Select All" MudSelect example was tested, which exercises the
_currentIconproperty (for the "Select All" icon).Type of Changes
Checklist
dev).