Skip to content

fix disabling browser autcompletion from history#1545

Open
aycsi wants to merge 1 commit into
openjournals:mainfrom
aycsi:fix/autocomplete-papers-search
Open

fix disabling browser autcompletion from history#1545
aycsi wants to merge 1 commit into
openjournals:mainfrom
aycsi:fix/autocomplete-papers-search

Conversation

@aycsi
Copy link
Copy Markdown

@aycsi aycsi commented May 13, 2026

What

Disable browser autocomplete/past searches on the papers search input.

Why

Browser history suggestions interferes and make search frustrating for users (e.g., when searching by author or tag and other things are popping up).

@sneakers-the-rat
Copy link
Copy Markdown
Contributor

Could we get a screenshot maybe of the problem? Like an example of how auto complete is frustrating? I don't have strong reason to believe auto complete is helpful, I just want to see what the problem is

@aycsi
Copy link
Copy Markdown
Author

aycsi commented May 13, 2026

Could we get a screenshot maybe of the problem? Like an example of how auto complete is frustrating? I don't have strong reason to believe auto complete is helpful, I just want to see what the problem is

It's basically "saved info" autofill from the browser. It can certainly be a non issue but I find it annoying.

autocomplete="off" is a standard way to suppress browser history/autofill suggestions in that field.

@sneakers-the-rat
Copy link
Copy Markdown
Contributor

Oh like saved info from other sites, not prior searches in this field?

autocomplete="off" is a standard way to suppress browser history/autofill suggestions in that field.

Yes, am aware, no dispute on the method, just looking to document the problem that is being solved.

@aycsi
Copy link
Copy Markdown
Author

aycsi commented May 13, 2026

Oh like saved info from other sites, not prior searches in this field?

autocomplete="off" is a standard way to suppress browser history/autofill suggestions in that field.

Yes, am aware, no dispute on the method, just looking to document the problem that is being solved.

Yeah :)

I did a deeper dive into this, it seems like it differs between browsers. I've given it a go on non-cached browser states on different browsers and issue stays on Edge.

Can you test this on a fresh browser session as well?

Copy link
Copy Markdown
Contributor

@sneakers-the-rat sneakers-the-rat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can confirm that i am just getting autocomplete values from any search bar in my browser's history. Could be possible to make that autofill prior searches for just that field by giving it a name or id, but no autofill is probably better than "autofill from anything i have ever typed in an input field"

@aycsi
Copy link
Copy Markdown
Author

aycsi commented May 14, 2026

can confirm that i am just getting autocomplete values from any search bar in my browser's history. Could be possible to make that autofill prior searches for just that field by giving it a name or id, but no autofill is probably better than "autofill from anything i have ever typed in an input field"

thanks for looking into it, I agree with you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants