TagHelperPack icon indicating copy to clipboard operation
TagHelperPack copied to clipboard

Add support for passing extra HTML attributes from source element to template for field/display template Tag Helpers

Open DamianEdwards opened this issue 7 years ago • 1 comments

E.g. make <editor class="form-control" for="FirstName" /> actually set the class inside the template.

DamianEdwards avatar Jul 06 '17 07:07 DamianEdwards

Hi Damian, I had a stab at doing something similar without any luck. See https://stackoverflow.com/questions/59504426/add-all-attributes-from-a-collection for more information.

nfplee avatar Dec 28 '19 10:12 nfplee