jqBootstrapValidation icon indicating copy to clipboard operation
jqBootstrapValidation copied to clipboard

Improve 'number' validator

Open ReactiveRaven opened this issue 12 years ago • 2 comments

Currently doesn't consider the 'step' parameter

ReactiveRaven avatar Dec 18 '12 17:12 ReactiveRaven

:+1:

type="number" required min="3" max="28" shows error but still lets submit in FF.

is there a quick fix for that?

tobsn avatar Jan 24 '13 15:01 tobsn

try to add regex to match numerical values: data-validation-regex-regex="[0-9]+"

ivadenis avatar Dec 14 '13 02:12 ivadenis