niksmr / vue-masked-input

Masked input component for Vue.js
https://niksmr.github.io/vue-masked-input/
MIT License
454 stars 92 forks source link

Disable placeholderChar by default #58

Open germanow opened 5 years ago

germanow commented 5 years ago

Hi! I want to disable placeholderChar or set it to empty string, but it's impossible because props validation require value.length === 1. I think placeholder chars are optional. Previously I use jquery plugin for masked input, and it doesn't set placeholder by default.