normalize autocomplete and spellcheck
This commit is contained in:
parent
427dd34f0a
commit
c17c5ad6cb
6 changed files with 28 additions and 5 deletions
|
@ -21,6 +21,8 @@
|
|||
:class="[prefixCls + '-input']"
|
||||
:placeholder="showPlaceholder ? localePlaceholder : ''"
|
||||
:style="inputStyle"
|
||||
autocomplete="off"
|
||||
spellcheck="false"
|
||||
@blur="handleBlur"
|
||||
@keydown="resetInputState"
|
||||
@keydown.delete="handleInputDelete"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue