소스 검색

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>
 				<span></span>
 			</a>
 			</a>
 			<div class="filterBlock" >
 			<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>
 				<a href="#" id="clearFilterButton" >x</a>
 			</div>
 			</div>
 			<div id="content"></div>
 			<div id="content"></div>