Last Updated:
21 Oct 2024 15:10
by Pedro
Created by:
Pedro
Comments:
Category:
TextBox
Type:
Feature Request
I would like you to implement the asp-for attribute functionality in the TextBox element used with TagHelpers, i.e. <kendo-textbox asp-for="FieldOfModel" />. Currently it works using HtmlHelpers, with @(Html.Kendo().TextBoxFor(m => m.Email)) but if you use asp-for in a <kendo-textbox> it gives an error.