占位符不在chrome

时间:2016-12-08 07:08:23

标签: html placeholder asp.net-placeholder

我正在使用剃刀视图页面,在日期时间字段中,我想要显示占位符,它在Firefox中显示但不在Chrome中显示其显示 - mm/dd/yyyy

她是我的代码 -

 @Html.EditorFor(model => model.Date, new { htmlAttributes = new { @class = "form-control form-inline", @placeholder = "Date must be today's or past date" } })

Screenshot of firefox

Screenshot of  chrome

我该如何解决这个问题。??

1 个答案:

答案 0 :(得分:0)

日期类型不支持占位符属性。此外,WebKit实现说它已修复。

http://www.whatwg.org/specs/web-apps/current-work/multipage/the-input-element.html#input-type-attr-summary