You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
If possible, introduce a setting to enable/disable this functionality.
Suggestion for fix: <input class="search-field" id="sc-ext-searchBox" **autocomplete="off"**>
The text was updated successfully, but these errors were encountered:
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.
If possible, introduce a setting to enable/disable this functionality.
Suggestion for fix:
<input class="search-field" id="sc-ext-searchBox" **autocomplete="off"**>
The text was updated successfully, but these errors were encountered: