0

Please let me know how to mask characters such as password in Textbox in Desktop browsers like in phones/handheld devices.

Eg: Last typing character should be visible for few second for the user and it should mask back to "*". Password : *************w

I'm using angularJS framework for my web application, Can anyone suggest third party plugin or solution to this feature in angularJS/javascript?

1
  • 1
    Did you try input type=password? Commented Sep 19, 2016 at 20:37

1 Answer 1

1
<input id="pass" type="password">
Sign up to request clarification or add additional context in comments.

5 Comments

Type="password" will always mask the characters all the time (any desktop browsers). The feature is available only on phone or hand held devices. I want a solution for desktop browsers.
Some thing like this... link but would like to know any angaularJS plugins available...
Do you want to mask only in mobile devices? If yes, you can use twitter bootstrap or css3 for identify the size of screen and show differents inputs.
No, I want the phone or handheld feature in desktop version. Sample : dab1nmslvvntp.cloudfront.net/wp-content/uploads/2015/08/…

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.