Merge pull request #492 from sosedoff/database-search-autocomplete-off

Disable autocomplete on database search field
This commit is contained in:
Dan Sosedoff 2020-10-18 09:41:12 -05:00 committed by GitHub
commit 440ae19c96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@
<div class="current-database">
<div class="wrap">
<i class="fa fa-database"></i> <span class="current-database-name" id="current_database"></span>
<input class="typeahead" id="database_search" type="text" placeholder="Search database" />
<input class="typeahead" id="database_search" type="text" placeholder="Search database" autocomplete="off" />
<span class="refresh" id="refresh_tables" title="Refresh tables list"><i class="fa fa-refresh"></i></span>
</div>
</div>