RobinHerbots / Inputmask

Input Mask plugin
https://robinherbots.github.io/Inputmask/
MIT License
6.39k stars 2.17k forks source link

How change placeholder after inputmask init? #1954

Open mupic opened 6 years ago

mupic commented 6 years ago

https://codepen.io/mupic/pen/zLWLWa

If you change the placeholder after the inputmask is started, then on the hover event it will be replaced with old value.

Here2peer commented 5 years ago

I've got a similar problem working with Angular, the placeholder in the html tag is set after the view is initialized but the inputmask is already set and overrides the placeholder in the html to an empty value, I'm trying to change it to the wanted value but so far I am unable to do this