Is it possible to retrieve array element via $val->validated method like this:
$element = $val->validated("postarray.element");
I just realized I was retrieving all the input via $val->input so the filters where not applied and it seems I cannot just simply change in all my code $val->input to $val->validated because it does not support retrieving array element? Is that true?