Answer the question
In order to leave comments, you need to log in
How to offer users a random question?
Recently I came across a registration form: https://www.deviantart.com/join/
When you click on the password input field, a "use the suggested password" window appears and it looks like some kind of built-in chrome function. How is it possible to implement this?
Answer the question
In order to leave comments, you need to log in
attribute set autocomplete="new-password"
<input type="password" id="password" name="password" class="_2l0Dh" value="" autocomplete="new-password" spellcheck="true" aria-autocomplete="list">
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question