mirror of
https://github.com/tenrok/vue2-datepicker.git
synced 2026-06-06 14:02:26 +03:00
fix: set input autocomplete off
This commit is contained in:
+2
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user