Completed
Last Updated: 12 Apr 2022 13:32 by ADMIN
Release 2022.R1.SP.next
Daniel
Created on: 22 Mar 2022 06:14
Category: TextArea
Type: Feature Request
0
Implement `for` configuration for the TextArea TagHelper

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>

 

 

0 comments