Wrong Letters getting peeked in password Textbox with windows phone

Wrong Letters getting peeked in password Textbox with windows phone

Hi..

I am using Miscrosoft MVC HTML password helper in windows phone 8 with jQuery validation as in following code snippets.

<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)

But while typing, the wrong letter in the textbox is getting visible instead of currently typing letter after the jQuery validation happens on that particular textbox in Windows phone 8. Please find the snap in the below link.


Could anyone please suggest me how to resolve this ?