Open mathieutu opened 1 year ago
We've just run into this issue on a React build also. Have you found a workaround or anything @mathieutu ?
Nope. Not at all. I just stopped remembering forms 😞
Nope. Not at all. I just stopped remembering forms 😞
maybe autocomplete="off"
is the solution
+1. Autocomplete doesn't help. Save password popup keeps appearing after each character typed, with a username (email) value I typed tens of refreshes ago.
Versions:
@inertiajs/core
version: 1.0.11@inertiajs/vue3
version: 1.0.11Describe the problem:
When remembering a form with a password inside, the browser triggers the "Do you want to remember the password" at each update. With Firefox it's OKish. With Safari, it's not usable at all.
Steps to reproduce:
It's working when not passing the remember key.
Thanks.