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

Multiple mask in data-mask using array #763

Open lucasantoniooficial opened 3 years ago

lucasantoniooficial commented 3 years ago

Can't use ['000.000.000-00', '00.000.000 / 0000-00'] in the data-mask? I don't want to use the way you indicate in the doc with a function of validating the size I found it more practical, if not, what do you think of implementing it?