Closed
Description
Hi,
I am migrating an old MVC razor project to use Bootstrap and have been finding this solution to the task great.
However, I have been trying to add additional attributes to an input control for a DateTime property type. I would typically do this as follows:
@html.EditorFor(model => model.DateTimeFrom, new { Attribute1 = "valueOfAttribute1"})
This is not working. The attribute isn't rendered at all in the resulting page. I believe this is down to this Bootstrap for MVC solution. Is it? Or am I using it incorrectly?
Kind regards.
Tomas
Metadata
Metadata
Assignees
Labels
No labels