Closed jgonyea closed 2 years ago
If validate.type: array is on a single line, validation always fails for a multiple select, resulting in no data being saved.
validate.type: array
Breaking up the validate and type onto separate lines fixes this issue.
Well, we usually use shortcuts to point out what to do, but yeah, this example should be better.
If
validate.type: array
is on a single line, validation always fails for a multiple select, resulting in no data being saved.Breaking up the validate and type onto separate lines fixes this issue.