normalize autocomplete and spellcheck

This commit is contained in:
Sergio Crisostomo 2017-11-04 16:37:29 +01:00
parent 427dd34f0a
commit c17c5ad6cb
6 changed files with 28 additions and 5 deletions

View file

@ -21,6 +21,8 @@
:class="[prefixCls + '-input']"
:placeholder="showPlaceholder ? localePlaceholder : ''"
:style="inputStyle"
autocomplete="off"
spellcheck="false"
@blur="handleBlur"
@keydown="resetInputState"
@keydown.delete="handleInputDelete"