formapro / JsFormValidatorBundle

The Javascript validation for Symfony 2, 3 and 4 forms
MIT License
128 stars 57 forks source link

Why are my 'groups' being ignored? #115

Open ruijl opened 8 years ago

ruijl commented 8 years ago

Hi,

Can someone explain to me why the groups function never gets called in this example?

https://github.com/ruijl/JsFormValidator/blob/master/src/AppBundle/Resources/views/test.html.twig

I implemented it exactly as in the documentation;

https://github.com/formapro/JsFormValidatorBundle/blob/master/Resources/doc/3_3.md

Thanks.