-
Notifications
You must be signed in to change notification settings - Fork 10k
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
bind can be improved for <textarea> #16286
Comments
It should be fixed I guess once PR dotnet/blazor#406 is merged as they're revamping the bind system to be more flexible and powerful. |
I think that regardless of dotnet/blazor#406 we'll still need to make a tweak in This should be a fairly easy tweak (and doesn't need to wait for dotnet/blazor#406) if anyone's interested in submitting a PR :) |
In fact it's super trivial: just add Then it needs an E2E test in |
@SteveSandersonMS Sounds easy enough xD can I give it a shot? |
* Text Area Bind Fix for issue #434 * Correct Typo/Mispelling on test method name.
Resolved in dotnet/blazor#439 |
* Text Area Bind Fix for issue #434 * Correct Typo/Mispelling on test method name.
I have to do this in order to get the initial value loaded into the textarea:
It would be nicer and more consistent with
<input>
if this would work the same way:The text was updated successfully, but these errors were encountered: