Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 1728279

Browse files
committed
[[ Dictionary ]] Turn off search field spell check
Disable the OS spell check feature on the search field
1 parent d8e9db9 commit 1728279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/html_viewer/api.html.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
</ul>
6161
<form class="navbar-form navbar-right col-md-4">
6262
<div class="form-group" id="filter_box">
63-
<input id="ui_filer" type="text" class="form-control input-sm" placeholder="Search">
63+
<input id="ui_filer" type="text" class="form-control input-sm" spellcheck="false" placeholder="Search">
6464
</div>
6565
<button type="button" class="btn btn-default btn-sm"><span class="glyphicon glyphicon-search"></span></button>
6666
</form>

0 commit comments

Comments
 (0)