CC: | baskar [...] exceleron.com |
Subject: | MultiSelect box with more than 9 values is throwing an exception |
Fields with multiples is not allowing more than 9 values to pass through. I am getting the following exception
Parameter values must be strings, arrays of strings, or hashrefs " .
"whose values are any of the previously mentioned values, i.e. an " .
"array with nested structures is illegal
This is due to https://metacpan.org/source/AWNCORP/Validation-Class-7.900057/lib/Validation/Class/Params.pm#L48
The given Regex returns the following flatten hash keys
Key:10 or Key:11
It is allowing values only from Key:1 to Key:9
Key:10 or Key:11 are considered as invalid.