You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a Number field with a "Min value" of "0" (the default)
Add that field to any field layout (let's say an entry type)
Create or edit an entry containing that field, and set its value to -1. Try to save.
Expected result: There should be a validation error because -1 is smaller than the minimum value of 0.
Actual result: No error, the value of -1 is saved successfully.
Additional info
Craft version: 3.0.36
PHP version: 7.2.10
Database driver & version: MySQL 5.7.23
The text was updated successfully, but these errors were encountered:
Steps to reproduce
Expected result: There should be a validation error because -1 is smaller than the minimum value of 0.
Actual result: No error, the value of -1 is saved successfully.
Additional info
The text was updated successfully, but these errors were encountered: