Added UpdateOnInput to MatInputText to allow @bind:event="oninput".
Added UpdateOnInput as a boolean to MatInputText to allow @bind:event="oninput" as described in this article: https://docs.microsoft.com/en-us/aspnet/core/blazor/data-binding?view=aspnetcore-3.1
Thank you for cointribution, Darick!
As I check this problem some times ago, @bind:event="something" can not be as parameter. It is compile time parameter. Did you properly test this and sire that is works?
Yes, I added an example of using it to the TextField demo. You will see at the end of the page. When typing in the first field, "Update on Change", the value doesn't change until the text box loses focus. But the "Update On Input" changes as you type. This is working for both the client and server demo app.
@darickc , There are merge conflicts here
Any news on this? Reactive components are a must in today's web browsing experience 😄
@SamProf, I believe the merge conflicts have been resolved. Is there more that I need to do?