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 input field #152

Closed
HendrikClercx opened this issue Mar 16, 2023 · 4 comments
Closed

Disable auto complete for input field #152

HendrikClercx opened this issue Mar 16, 2023 · 4 comments

Comments

@HendrikClercx
Copy link

HendrikClercx commented Mar 16, 2023

Describe the new feature

Possibility to disable auto complete in the input field since this results in unwanted behaviour and overlaps with history of input hits. When pressing the key arrow down, it goes through the auto complete list instead of the history list of this extension.
image

If possible, introduce a setting to enable/disable this functionality.

Suggestion for fix:
<input class="search-field" id="sc-ext-searchBox" **autocomplete="off"**>

@alan-null
Copy link
Owner

@HendrikClercx It makes sense. Thanks for and idea.

@alan-null
Copy link
Owner

Done.

Default value: disabled (no autocomplete)

image

image

@alan-null
Copy link
Owner

@HendrikClercx Done. Thanks again for suggestion.

If you don't want to wait for the release you can use "unpacked" version of the extension available here: sc-ext-3.4.0.zip

@HendrikClercx
Copy link
Author

Thanks a lot!! Looks perfect and super fast implementation as well :)

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

No branches or pull requests

2 participants