Open gergo2007 opened 6 years ago
https://drive.google.com/file/d/1owVUG31IF4vP2TMcIPe9dHdjb7EEF-97/view
Autocomplete is not filling the input.
yeah, what about it?
<masked-input ... v-model="localPhone" @input.native="changePhone" /> ...... methods: { changePhone: function (e) { this.localPhone = e.data } },
https://drive.google.com/file/d/1owVUG31IF4vP2TMcIPe9dHdjb7EEF-97/view
Autocomplete is not filling the input.