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

Disable placeholderChar by default

Open germanow opened this issue 6 years ago • 0 comments

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.

germanow avatar Dec 04 '18 13:12 germanow