Workaround for Selects with nullable values? #5056
PavloParafiloCricut
started this conversation in
Ideas
Replies: 1 comment
-
As far as we know it is a limitation from html select element. Some libraries end up implementing a custom structure with div elements in order to avoid known limitations. The workaround is in the issue you've linked. Create a dummy value like -1 and turn it into null on the We've also made a blog post about |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So nullable values for Select component were discussed here #2921
For the code below SelectedValueChanged is not triggered when you select "ALL" option cos it has NULL value.
And I see that it is something coming from Blazor itself.
But is it possible to implement some workaround with that?
"ALL" select list option is pretty much common and is everywhere, so we have to spread own workarounds in code.
Would be super nice to have this feature in Blazorise itself.
Beta Was this translation helpful? Give feedback.
All reactions