CascadingTypeParameter not passing down nullability #54332
Unanswered
danielchalmers
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a
MudToggleGroup<System.Nullable<int>>
but the children's types are the non-nullableMudToggleItem<int>
.There are no other ancestors with a type param named
T
.Any idea on how to pass down the nullability without manually casting them like
Value="@((int?)3)"
?Beta Was this translation helpful? Give feedback.
All reactions