D
D
Danya Secret2020-06-30 15:20:41
css
Danya Secret, 2020-06-30 15:20:41

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

2 answer(s)
D
Dima, 2020-06-30
@DoMa_y_KoTa

attribute set autocomplete="new-password"

<input type="password" id="password" name="password" class="_2l0Dh" value="" autocomplete="new-password" spellcheck="true" aria-autocomplete="list">

D
Dmitry Belyaev, 2020-06-30
@bingo347

https://developer.mozilla.org/ru/docs/Web/HTML/Att...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question