-
Notifications
You must be signed in to change notification settings - Fork 17
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
Attributes: Greater than (gt) does not work #220
Comments
Interesting. You are not sending a number, but a string. My wild guess is that implicit type conversions somehow mess with the validation. Normally this should return a type error as |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To reproduce
Steps to reproduce the behavior:
/settings/attributes
gt
value to0
or0.5
.ge
Expected behavior
When setting the value in the scope, anything below or equal to
gt
should throw an error.ge
,lt
,le
seem to work.Discovered whilst doing Attributes: Min and max values
The text was updated successfully, but these errors were encountered: