jquery-validation / jquery-validation

jQuery Validation Plugin library sources

Home Page:https://jqueryvalidation.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GreaterThanEqual (and assuming LessThanEqual) don't work correct. If I put 10 & above number, it doesn't work correctly.

mannyarmghan opened this issue · comments

Subject of the issue

Your environment

  • version of jquery-validate:
  • which browser and its version:

Steps to reproduce

Expected behaviour

Actual behaviour

in the greaterThanEqual it should be

return value >= parseInt(target.val());

instead of

return value >= target.val();

This issue/proposal has been automatically marked as idle and stale because it hasn't had any recent activity. It will be automatically closed if no further activity occurs. If you think this is wrong, or the problem still persists, just pop a reply in the comments and one of the maintainers will (try!) to follow up.
Thank you for contributing :)