Skip to content
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

SelectEdit Binding Bug #93

Closed
carlosast opened this issue May 21, 2019 · 2 comments
Closed

SelectEdit Binding Bug #93

carlosast opened this issue May 21, 2019 · 2 comments

Comments

@carlosast
Copy link

f you use bind-SelectedValue the SelectedValue event does not fire.
Also, if using TValue = "string", SelectEdit tries to use int

@stsrki
Copy link
Collaborator

stsrki commented May 21, 2019

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.

Example: docs

As of your second problem, it shouldn't behave like that. Can you give me full code example how you use the SelectEdit so I can test it?

@carlosast
Copy link
Author

I was able to solve it, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants