html5 - HTML input type time not working in firefox -
below works in chrome not in mozilla firefox (23.0.1)
@html.textboxfor(model => model.endtime, new { type = "time"})
is there hack make work in firefox . or else, possible solution that.
please refer below link,
http://www.miketaylr.com/code/input-type-attr.html
fyi: if textbox
red type not supported particular browser.
Comments
Post a Comment