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

Control value #753

Open rere3091 opened 4 years ago

rere3091 commented 4 years ago

Hi,

I would like to know if an option exists to control value. For example for mask input date, I would to control if the user has at least 18 years.

In html5 we have an option min and max but this work for input date and with your plugin the input is text.

Thanks.