Quantcast
Channel: Active questions tagged blazor - Stack Overflow
Viewing all articles
Browse latest Browse all 4839

“The attribute names could not be inferred from bind attribute 'bind-value'” exception in Blazor

$
0
0

While implementing custom form in Blazor I am not able to bind value to html input box.

<div class="col-sm-4"><input type="text" class="form-control" id="title" placeholder="Blog Title"   @bind-Value="blogTitle" @bind-value:event="oninput" /></div>@code {    string blogTitle = "";}

I am using Blazor version 3.2.0 preview version.

Any help would be appreciated. Thanks


Viewing all articles
Browse latest Browse all 4839

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>