DamianEdwards / TagHelperPack

A set of useful, and possibly opinionated, Tag Helpers for ASP.NET Core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

editor Tag Helper doesn't support templateName

emumanu opened this issue · comments

Hello,

It is good to see some love for the editor and display templates!

However, the editor tag helper only supports the for property, but it is missing the properties:

string templateName, string htmlFieldName, object additionalViewData

that the Html.Editor* methods add.

Please add at least the templateName as the UiHintAttribute only works for display templates and not for editor templates.

BR

dupe of #8