Procházet zdrojové kódy

Examples: Disable autocorrect, autocapitalize and spellcheck

Mugen87 před 7 roky
rodič
revize
a65339957b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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>