igorescobar / jQuery-Mask-Plugin

A jQuery Plugin to make masks on form fields and HTML elements.
http://igorescobar.github.io/jQuery-Mask-Plugin/
Other
4.77k stars 1.42k forks source link

documentation example has too many placeholder ids #744

Open BasHamer opened 4 years ago

BasHamer commented 4 years ago

In the docs examples https://igorescobar.github.io/jQuery-Mask-Plugin/

//*[@id = 'placeholder'] returns multiple results

The only reason I noticed is that I use it for automated tests that were checking compatibility.