Skip to content

Commit

Permalink
Merge pull request #170 from theonlygusti/canary
Browse files Browse the repository at this point in the history
fix(#168): stops browsers covering up search suggestions
  • Loading branch information
pidupuis committed Jan 21, 2017
2 parents e6f6cef + d8488ae commit 5154d63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions layout/_partial/Paradox-search.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<i class="material-icons mdl-color-text--white" role="presentation">search</i>
</label>
<form id="search-form" method="get" action="//google.com/search" accept-charset="UTF-8" class="mdl-textfield__expandable-holder" target="_blank">
<form autocomplete="off" id="search-form" method="get" action="//google.com/search" accept-charset="UTF-8" class="mdl-textfield__expandable-holder" target="_blank">
<input class="mdl-textfield__input search-input" type="search" name="q" id="search" placeholder="">
<label id="search-form-label" class="mdl-textfield__label" for="search"></label>
Expand All @@ -21,7 +21,7 @@
<i class="material-icons mdl-color-text--white" role="presentation">search</i>
</label>
<form id="search-form" class="mdl-textfield__expandable-holder" action="">
<form autocomplete="off" id="search-form" class="mdl-textfield__expandable-holder" action="">
<input class="mdl-textfield__input search-input st-default-search-input" type="text" name="q" id="search">
<label id="search-form-label" class="mdl-textfield__label" for="search"></label>
</form>
Expand All @@ -35,7 +35,7 @@
<i class="material-icons mdl-color-text--white" role="presentation">search</i>
</label>
<form id="search-form" class="mdl-textfield__expandable-holder">
<form autocomplete="off" id="search-form" class="mdl-textfield__expandable-holder">
<input type="text" id="search" class="form-control mdl-textfield__input search-input" name="q" results="0" placeholder=""/>
<label id="search-form-label" class="mdl-textfield__label" for="search"></label>
</form>
Expand Down

0 comments on commit 5154d63

Please sign in to comment.