I cannot get the mask control to entirely work. A simple mvc editorfor line like this shows fails to mask the input. I'm sending a timespan value to it.
@Html.EditorFor(model => model.VXChargeBO.VisitTime)
should mask like this _ _ : _ _ Instead it just shows the time passed as 00:00:00
I've tried adjusting the mask, but the problem seems to be in MVC or CSS I wanted to rule out MVC.