Using this library:
https://github.com/1000hz/bootstrap-validator
Required field that uses "native" jQuery validation returns as not empty, and therefore valid, even that there is only mask in it.
Intereting is that if value is erased from input, then it validates as empty
Problem doenst appear with other mask plugins.
More can be found here: http://stackoverflow.com/questions/32581404/jquery-validation-with-input-mask
@SilentDariusz ,
Did you try with setting the autoUnmask option to true. (can also be set global ~ Inputmask.extendDefaults)
Most helpful comment
@SilentDariusz ,
Did you try with setting the autoUnmask option to true. (can also be set global ~ Inputmask.extendDefaults)