You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Regarding the bind-SelectedValue. That event is still using Action instead of EventCallback because of the bug in Blazor. see #8385
Fow now you should use SelectedValue and SelectedValueChanged and fire StateHasChanged manually instead of bind- attribute until the bug is fixed. Hopefully it will be fixed soon.
f you use bind-SelectedValue the SelectedValue event does not fire.
Also, if using TValue = "string", SelectEdit tries to use int
The text was updated successfully, but these errors were encountered: