Skip to content

Commit 264458c

Browse files
committed
fix: set input autocomplete off
1 parent a6021e4 commit 264458c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@
1212
<div class="mx-input-wrapper"
1313
@click="showPopup">
1414
<input
15-
:class="inputClass"
1615
ref="input"
1716
type="text"
17+
autocomplete="off"
18+
:class="inputClass"
1819
:name="inputName"
1920
:disabled="disabled"
2021
:readonly="!editable"

0 commit comments

Comments
 (0)