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

Google Chrome suggests it's own list of autocomplete values for almost all fields #6444

Closed
BjornRasmussen opened this issue May 27, 2019 · 2 comments
Assignees
Labels
bug-browser-specific A bug that only appears in certain browsers
Milestone

Comments

@BjornRasmussen
Copy link
Contributor

Similar to #6414
Chrome likes creating it's own list of autocomplete labels based on what I've typed in before in fields. The raw tags editor and access tags editor and not affected by this.
image

@quincylvania quincylvania added the bug-browser-specific A bug that only appears in certain browsers label May 28, 2019
@quincylvania
Copy link
Collaborator

I was wondering if this would happen. Chrome appears to remember and suggest values for text inputs with id attributes. Most fields use an id on the input to match the for value of the label. This makes the field focus when you click the label. We either need to remove the ids and forgo this behavior, or randomize the ids with each render.

@quincylvania quincylvania self-assigned this Mar 20, 2020
@quincylvania quincylvania added this to the Next Release milestone Mar 20, 2020
@quincylvania
Copy link
Collaborator

randomize the ids with each render.

I ended up doing this ☝️. It should fix the issue, but browsers are persistent little rascals so let me know if it shows up again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-browser-specific A bug that only appears in certain browsers
Projects
None yet
Development

No branches or pull requests

2 participants