Shajith Kunnumbrath
Shajith Kunnumbrath

Reputation: 86

AngularJS / Javascript - Solution to mask password

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?

Upvotes: 0

Views: 349

Answers (1)

BrTkCa
BrTkCa

Reputation: 4783

<input id="pass" type="password">

Upvotes: 1

Related Questions