Open sheriffff opened 3 weeks ago
Hi @sheriffff, I'm not sure I understand what you mean. Can you please elaborate?
Sure. When I click on the text box for user name, a lot of options appear (autocomplete from the browser memory I suppose) (see img)
Generally, you can prevent this in text_input widget with the flag autocomplete
Now, can this flag autocomplete be transferred to login?
Excellent point, I will fix this in the next release. Cheers!
authenticator.login
could receive one more paramautocomplete
that is passed tousername = login_form.text_input('Username' if 'Username' not in fields else fields['Username'])