Hey guys,
I'm sure I've seen this somewhere before, but I just can't find the topic again.
Let's say I create form like in here: https://docs.phalcon.io/en/latest/reference/forms.html#validation and add 2 validators to my name field. Currently, when field is empty they both seem to fire and I end up with stupid error messages 'Name is required' 'Name must be longer than 6' and so on.
Is is possible to ignore remaining form validators if one of them fails? So only one message is generated per field?
Thanks
edit Just found this: https://github.com/phalcon/cphalcon/issues/1540 so I guess it's not possible at the moment.