vuejs-tips / vue-the-mask

Tiny (<2k gzipped) and dependency free mask input for Vue.js
https://vuejs-tips.github.io/vue-the-mask/
1.72k stars 212 forks source link

v-for :value problem #162

Open ugurcanalyuz opened 3 years ago

ugurcanalyuz commented 3 years ago

Hello, My codes..

... v-for ...
<ua-mask :id="'tc-'+index" :mask="['XXXXXXXXXXX']" placeholder="T.C Kimlik Numarası" :value="item.tc"></ua-mask>
.. v-for end ...
.. method ..
document.getElementById("tc-"+index).value = text.tc;
.. method ..

Not write :)