I have a password field :
<input class="form-control" type="password" name="password" required="required" />
Naturally when user enters password,it's in ***** pattern by default,
but I want to add something different in this field means when user enters any of the character from the password it should show it for a while then transform it into ***.
I saw this thing in Iphone that when user enters passcode , the currently entered character is shown for a while then it just get transformed into ****.
How can i do this in .net application ?
Kindly someone help me to resolve this
Thanks in advance.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…