]> git.99rst.org Git - irssi-scripts.irssi.org.git/commitdiff
Disable auto-correction of the search input
authorear <redacted>
Fri, 13 Jan 2017 21:21:47 +0000 (22:21 +0100)
committerGitHub <redacted>
Fri, 13 Jan 2017 21:21:47 +0000 (22:21 +0100)
Auto-correction is often disruptive to searches in this field where
arbitrary strings are frequently the correct item to search for.

index.html

index 7852b7512d60dba344ee9cfec354a7eca7cd2f8f..7e870c00331c3a347c0f2e045337cc93c0ff112e 100644 (file)
@@ -40,7 +40,7 @@ layout: default
        
         <hr>
 
-        <input type="search" class="light-table-filter form-control" data-table="sortable" data-name="q" placeholder="Filter" style="width: 100%">
+        <input type="search" class="light-table-filter form-control" data-table="sortable" data-name="q" placeholder="Filter" style="width: 100%" autocorrect="off" spellcheck="false">
         <table class="table table-striped table-condensed sortable">
             <thead>
                 <tr>
git clone https://git.99rst.org/PROJECT