it is such that I have to add some data-val used to birthday indicating when to have fødelsedag. Have could check add it to plain html but mvc html part, I have tried to do like this.
it causes problems at the two Using data-* and I can not pardon to enter it.
@Html.TextBox("txtFornavn", null, new
{
@class = "form-control input-lg",
placeholder = "Fornavn",
data-val="true",
data-val-required="Date is required",
type = "date"
})
Normally, my html part like this.
<input type="date" class="form-control input-lg" data-val="true" data-val-required="Date is required">
I have written it here, and it works just fine out problems.¨
@Html.TextBox("txtFornavn", null, new
{
@class = "form-control input-lg",
placeholder = "Fornavn",
type = "date"
})
i have try its here: