错误的信件偷看密码文本框与Windows Phone

时间:2013-04-30 04:40:59

标签: javascript windows-phone

我在Windows Phone 8中使用Miscrosoft MVC HTML密码帮助程序,并使用jQuery验证,如以下代码段所示。

<script src="@Url.Content("~/Scripts/jquery.validate.min.js")" type="text/javascript"></script>

<script src="@Url.Content("~/Scripts/jquery.validate.unobtrusive.min.js")" type="text/javascript"></script>

View:

@Html.PasswordFor(m => m.Password)

@Html.ValidationMessageFor(m => m.Password)

但是在键入时,文本框中的错误字母变为可见,而不是在Windows Phone 8中的特定文本框上进行jQuery验证后,当前正在键入字母。

enter image description here

有人可以建议我如何解决这个问题吗?

0 个答案:

没有答案