valida icon indicating copy to clipboard operation
valida copied to clipboard

Add min/max to error message for range if defined

Open MasterOdin opened this issue 5 years ago • 0 comments

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.

MasterOdin avatar May 20 '20 19:05 MasterOdin