Преглед изворни кода

Examples: Disable autocorrect, autocapitalize and spellcheck

Mugen87 пре 7 година
родитељ
комит
a65339957b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      examples/index.html

+ 1 - 1
examples/index.html

@@ -232,7 +232,7 @@
 				<span></span>
 			</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>