settings text-boxes are not spell-checked.

This commit is contained in:
kay.one 2013-06-18 20:38:43 -07:00
parent 5a90c646bd
commit d126c6efc1
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
<label class="control-label">{{label}}</label>
<div class="controls">
<input type="text" name="fields.{{order}}.value"/>
<input type="text" name="fields.{{order}}.value" spellcheck="false"/>
{{#if helpText}}
<span class="help-inline">
<i class="icon-question-sign" title="{{helpText}}"></i>
</span>
{{/if}}
</div>
</div>
</div>