valida
valida copied to clipboard
Add min/max to error message for range if defined
Previous behavior was that if min or max were set to 0, they would, like if they were undefined, not be included in the error message for the range validator. This fixes it so that if they are defined, they will be added to the returned error.