vue-masked-input icon indicating copy to clipboard operation
vue-masked-input copied to clipboard

Autocomplete not filling

Open gergo2007 opened this issue 6 years ago • 2 comments

https://drive.google.com/file/d/1owVUG31IF4vP2TMcIPe9dHdjb7EEF-97/view

Autocomplete is not filling the input.

gergo2007 avatar Jun 27 '18 10:06 gergo2007

yeah, what about it?

ThematicaDigital avatar Mar 28 '19 05:03 ThematicaDigital

<masked-input
    ...
    v-model="localPhone"
    @input.native="changePhone"
/>
......
methods: {
    changePhone: function (e) {
        this.localPhone = e.data
    }
},

Rashudo avatar Dec 17 '21 10:12 Rashudo