jqBootstrapValidation
jqBootstrapValidation copied to clipboard
Improve 'number' validator
Currently doesn't consider the 'step' parameter
:+1:
type="number" required min="3" max="28" shows error but still lets submit in FF.
is there a quick fix for that?
try to add regex to match numerical values:
data-validation-regex-regex="[0-9]+"