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

Disable auto complete for consoleInput #1907

Merged
merged 1 commit into from
Aug 26, 2023
Merged

Conversation

Fallen-Breath
Copy link
Contributor

These autocomplete pop-ups are very annoying. They can prevent you from using the or keys to switch within the command history.

image

In my opinion, the command input box is not really a form. It's an interactive command input, which doesn't need any browser-provided autocomplete.

So, here's a quick fix for that: set autocomplete="off" and that's it.

@dzikoysk
Copy link
Owner

LGTM, thanks! :)

@dzikoysk dzikoysk merged commit e19660b into dzikoysk:main Aug 26, 2023
4 checks passed
@dzikoysk dzikoysk added the cosmetic Issue is not harmful and affects only cosmatic part of a project label Aug 26, 2023
@Fallen-Breath Fallen-Breath deleted the patch-1 branch August 26, 2023 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cosmetic Issue is not harmful and affects only cosmatic part of a project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants