Browse Source

Merge pull request #13303 from defmech/fix_annoying_safari_filter_behaviour

Docs: Fixed annoying behaviour in Safari when filtering docs.
Mr.doob 7 years ago
parent
commit
80cd5bf6c8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/index.html

+ 1 - 1
docs/index.html

@@ -19,7 +19,7 @@
 			</a>
 
 			<div class="filterBlock" >
-				<input type="text" id="filterInput" placeholder="Type to filter">
+				<input type="text" id="filterInput" placeholder="Type to filter" autocorrect="off" autocapitalize="off" spellcheck="false">
 				<a href="#" id="clearFilterButton">x</a>
 			</div>
 			<div id="content"></div>