I kind of expect to be able to do something like this:
<TelerikTextBox @bind-Value="@CurrentComment" Label="Comment" Wrap="true" Multiline="true" Resizable="true" Height="200px" Width="100%"></TelerikTextBox>
@code {
string CurrentComment { get; set; };
}
Hello Michael,
There is another open Feature Request regarding the Multiline TextBox on our public Feedback Portal. You can see it from this link. I have given a Vote on your behalf in order to raise its popularity and you Follow it for email notifications on status updates. There you can share some more ideas on what would would expect from the component.
That being said, I am marking this thread as Duplicate.
Regards,
Svetoslav Dimitrov
Progress Telerik