Avoid browser's spell-checking the Expression field (#4728)

Signed-off-by: Ariya Hidayat <ariya.hidayat@gmail.com>
This commit is contained in:
Ariya Hidayat 2018-10-17 01:54:16 -07:00 committed by Simon Pasquier
parent bec1a2f038
commit a0ba9b7f3e
2 changed files with 70 additions and 70 deletions

File diff suppressed because one or more lines are too long

View file

@ -2,7 +2,7 @@
<form class="query_form form-inline">
<div class="row">
<div class="col-lg-10">
<textarea rows="1" placeholder="Expression (press Shift+Enter for newlines)" name="expr" id="expr{{id}}" class="form-control expression_input" data-provide="typeahead" autocomplete="off">{{expr}}</textarea>
<textarea rows="1" placeholder="Expression (press Shift+Enter for newlines)" name="expr" id="expr{{id}}" class="form-control expression_input" data-provide="typeahead" autocomplete="off" spellcheck="false">{{expr}}</textarea>
</div>
<div class="col-lg-2">
<div class="eval_stats pull-right"></div>