-
Notifications
You must be signed in to change notification settings - Fork 10.3k
select component renders on first change with null value when inside CascadingValue=this and plain wrapper #41424
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
Comments
@omuleanu thanks for contacting us. I suspect the issue here is that you are not using We are working on a feature to enable "async bindings" that will retain the "special sauce" we include in bind to resolve conflicts between values in these situations that can be found here |
@javiercn without |
@javiercn version with
(before writing this post I was actually expecting you'd mention |
This issue has been resolved and has not had any activity for 1 day. It will be closed for housekeeping purposes. See our Issue Management Policies for more information. |
Is there an existing issue for this?
Describe the bug
using the code below, on first select from the
select
dropdown the selected value will be set tonull
Model1:
Field:
MyContext:
MySelect:
Expected Behavior
the select dropdown should show the value selected by the user, not
null
.NET Version
6
Anything else?
VS 2022
The text was updated successfully, but these errors were encountered: