Skip to content

Commit

Permalink
fix: set input autocomplete off
Browse files Browse the repository at this point in the history
  • Loading branch information
mengxiong10 committed Aug 6, 2018
1 parent a6021e4 commit 264458c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@
<div class="mx-input-wrapper"
@click="showPopup">
<input
:class="inputClass"
ref="input"
type="text"
autocomplete="off"
:class="inputClass"
:name="inputName"
:disabled="disabled"
:readonly="!editable"
Expand Down

0 comments on commit 264458c

Please sign in to comment.