-
Notifications
You must be signed in to change notification settings - Fork 553
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
Between/Not-Between Validation #593
Comments
You are exactly describing the existing "between" and "not between" operators |
True. For the "between" and "not between" operators I want to add some basic validation. Is it possible ? |
I realized the values are not checked for these operators, I will add it., And you can do it yourself with |
Sure, let me try. |
Seems like there is a bug for Between/Not-Between validation feature. I have tested in the official site under Demos section http://querybuilder.js.org/demo.html Below is the link for snapshot where it validates correctly, telling that 12 is greater than 1 And, now if I increment the second value by 1. i.e., between 12 and 2. It doesn't validate. Below is the link for the snapshot. |
Is the possible to add some validations like:
The text was updated successfully, but these errors were encountered: