Disable spellcheck on text input fields
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<div id="list-header">
|
||||
<div>
|
||||
<div id="filter-box" class="ui icon input">
|
||||
<input type="text" id="filter" placeholder="Filter..."/>
|
||||
<input type="text" id="filter" placeholder="Filter..." spellcheck="false"/>
|
||||
<i class="circular times link icon"></i>
|
||||
</div>
|
||||
<select id="reglist-mode" class="ui dropdown">
|
||||
@@ -110,7 +110,7 @@
|
||||
#end
|
||||
<div class="needle eight wide field">
|
||||
<div class="ui icon input">
|
||||
<input id="needle" name="needle" type="text" placeholder="Search...">
|
||||
<input id="needle" name="needle" type="text" placeholder="Search..." spellcheck="false">
|
||||
<i id="clear-search" class="clickable close icon"></i>
|
||||
</div>
|
||||
</div>
|
||||
@@ -164,12 +164,12 @@
|
||||
<div class="eight wide field">
|
||||
<label>Family name</label>
|
||||
<span class="info"></span>
|
||||
<input type="text" name="name" placeholder="last name"/>
|
||||
<input type="text" name="name" placeholder="last name" spellcheck="false"/>
|
||||
</div>
|
||||
<div class="eight wide field">
|
||||
<label>Given name</label>
|
||||
<span class="info"></span>
|
||||
<input type="text" name="firstname" placeholder="first name"/>
|
||||
<input type="text" name="firstname" placeholder="first name" spellcheck="false"/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="two stackable fields">
|
||||
@@ -187,7 +187,7 @@
|
||||
<div class="eight wide field">
|
||||
<label>Club</label>
|
||||
<span class="info"></span>
|
||||
<input type="text" name="club" placeholder="club"/>
|
||||
<input type="text" name="club" placeholder="club" spellcheck="false"/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="two stackable fields">
|
||||
|
Reference in New Issue
Block a user