Closed fodger closed 2 months ago
Hi, I would like to disable validator on mobile phone field for a particular form.
How to do it ?
It doesn't work with FormEvents::PRE_SUBMIT (or PRE_SET_DATA), $form->isValid() uses always Validator\Constraints\PhoneNumber !
Hi, You have many option :
'constraints' => [],
Hi, I would like to disable validator on mobile phone field for a particular form.
How to do it ?
It doesn't work with FormEvents::PRE_SUBMIT (or PRE_SET_DATA), $form->isValid() uses always Validator\Constraints\PhoneNumber !