vue-masked-input
vue-masked-input copied to clipboard
Disable placeholderChar by default
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.