Skip to content

Commit 6925445

Browse files
committed
Merge pull request #280 from romankl/autocomplete-mobile-search
disable autocorrect for the mobile search field
2 parents 14e90a0 + 964a447 commit 6925445

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/templates/application.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595
{{input type="text" class="search" name="q"
9696
placeholder="Search"
9797
value=search
98+
autocorrect="off"
9899
tabindex="1"}}
99100
</form>
100101

0 commit comments

Comments
 (0)