This pull request makes it so you can use HTML attributes instead of just relying on class. This makes it so things like a placeholder can be added for example:
@Html.HoneyPotField("Email", Model.Email, new { @class = "form-control", placeholder="Please Enter Email" }, HtmlHelpers.InputType.Text, "masked", HtmlHelpers.InputType.Email)
This pull request makes it so you can use HTML attributes instead of just relying on class. This makes it so things like a placeholder can be added for example:
The previous version can still be used as well: