Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remembering forms triggers browser password remember #1676

Open
mathieutu opened this issue Sep 13, 2023 · 4 comments
Open

Remembering forms triggers browser password remember #1676

mathieutu opened this issue Sep 13, 2023 · 4 comments
Labels
bug Something isn't working

Comments

@mathieutu
Copy link
Contributor

Versions:

  • @inertiajs/core version: 1.0.11
  • @inertiajs/vue3 version: 1.0.11

Describe 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.

2023-09-14 00 20 03
2023-09-14 00 30 25

Steps to reproduce:

<script>
  const form = useForm('test', {password:: ''})
 </script>
 <template>
 	<input type="password" v-model="form.password" />
 </template>

It's working when not passing the remember key.

Thanks.

@lnpbk
Copy link

lnpbk commented Nov 1, 2023

We've just run into this issue on a React build also. Have you found a workaround or anything @mathieutu ?

@mathieutu
Copy link
Contributor Author

Nope. Not at all. I just stopped remembering forms 😞

@vitalijalbu
Copy link

Nope. Not at all. I just stopped remembering forms 😞

maybe autocomplete="off" is the solution

@schniper
Copy link

+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.

@driesvints driesvints added the bug Something isn't working label Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants