Hi There,
I am using a range validator with allowArray.
If one of the items of the Array is failing, the error message does not say which ones.
If I use this:
$validator = [‘value’, ‘in’, ‘range’ => $range, ‘allowArray’ => true, ‘message’ => ‘{value} failed’];
then the displayed message is:
array() failed.