mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-02 02:18:20 +00:00
Make sure form elements are not spell checked.
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
<label ref="cur" class="col-sm-4 control-label"></label>
|
||||
<div class="col-sm-8">
|
||||
<div class="input-group">
|
||||
<input ref="amount"
|
||||
<input ref="amount" spellcheck="false"
|
||||
:title="$t('firefly.amount')"
|
||||
:value="value"
|
||||
autocomplete="off"
|
||||
|
Reference in New Issue
Block a user