How to set compnent blazorMega Anaska5yAsked Jan 15, 2021, 8:39 AM954.NEThii I create Component blazor like : @inherits InputTextArea id="@Id" class="@CssClass" value="@CurrentValue"> ================================================and insert it like : class="form-control" @bind-Value="@Employee.LastName"> value LastName = "soraya", I want change that value to "NANA" but when I clicked save it still "soraya" .. I think value on txtarea new value. what should I do ?? 1 ReplyKnow the answer? Post it — somebody with the same question will find it here.Sign in to answer this questionIt is the same account you read, post and publish with — and you will come straight back to this page.Sign inCreate an accountAman Gupta5y agoPosted Jan 19, 2021, 3:16 AMFollow this link to get rid of your problem https://www.claudiobernasconi.ch/2020/02/01/how-to-create-a-blazor-component/
Aman Gupta5y agoPosted Jan 19, 2021, 3:16 AMFollow this link to get rid of your problem https://www.claudiobernasconi.ch/2020/02/01/how-to-create-a-blazor-component/