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

Input type with no v-mask is only accepting date #116

Open marcellopato opened 5 years ago

marcellopato commented 5 years ago

I have some input that is with the v-mask directive and some with not. But there is this one, with no mask, that persists to mask as a date. What?