HTML form autocomplete="current-password" functionality?

Viewed 16

I just think about setting autocomplete="off" for a HTML password field (login).

Now I just found this MOZILLA page describing several options for autocomplete attribute and I wonder what current-password value means in my context?

Is that a good option to show password managers to fill in this field? Or is that only for other purposes?

So is it better to have autocomplete="off" or maybe autocomplete="current-password"?

0 Answers
Related