CanvasInput icon indicating copy to clipboard operation
CanvasInput copied to clipboard

Feature request / workaround for passwords

Open hexxone opened this issue 9 years ago • 2 comments

If I'm not missing something it's currently not possible to use the input type "password" or something similar to it, whereas it would be a great-to-have feature.

If you're not going to implement this, is there at least a quick workaround for it?

Thanks in advance.

hexxone avatar May 29 '16 13:05 hexxone

You could intercept the input and store it somewhere while replacing the characters with * the asterix symbol. This seems to be what browsers do. I don't have an example though.

EddieOne avatar Jun 10 '16 00:06 EddieOne

I suggest this workaround: https://github.com/noppa/text-security

Fenel avatar Jul 27 '20 16:07 Fenel