Completed
Last Updated: 12 Apr 2022 13:32 by ADMIN
Release 2022.R1.SP.next
Created by: Daniel
Comments: 0
Category: TextArea
Type: Feature Request
0

Model binding is supported for the TextArea HTML Helper

@Html.Kendo().TextAreaFor(x => x.Test).Rows(3)

but the corresponding option for the TagHelper is not implemented

<kendo-textarea for="@Model.Test" rows="3"></kendo-textarea>