wirecardBrasil / awesome-mask

The awesome-mask runs with Vue.js and uses the vanilla-masker to make your form awesome with masks.
MIT License
165 stars 22 forks source link

Money mask Placeholder #19

Closed gabemule closed 7 years ago

gabemule commented 7 years ago

I am using v-mask="'money'" for currency/money and it works correctly, but the input text shows 'money' instead of the desired placeholder, how can i avoid this default 'money' placeholder to show?

caioincau commented 7 years ago

Can you give me a fiddle with the problem? The placeholder is working fine here:

<input v-mask="'money'" placeholder="PLACEHOLDER" class="mdl-textfield__input" type="text" id="sample4">
screen shot 2017-04-13 at 14 51 43