Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to validate a number range which does not include the limit that mentioned. #752

Open
navyamereddy91 opened this issue Jan 27, 2021 · 0 comments

Comments

@navyamereddy91
Copy link

navyamereddy91 commented Jan 27, 2021

I was using a jQuery form validator with the validation against a number and the range is something like this [1, 1000]. But now my company wants to change it to a decimal and also wants to allow the numbers greater than 0. something like x>0.5 and x<1.5. I mean the range should be greater than zero. How to achieve this using the jQuery form Validator? Basically we do not want to set the lower limit. It can be anything greater than zero.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant