settings text-boxes are not spell-checked.

pull/3113/head
kay.one 11 years ago
parent 5a90c646bd
commit d126c6efc1

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

Loading…
Cancel
Save