Symfony2 : Radio buttons in a collection

前端 未结 4 679
说谎
说谎 2021-02-07 13:39

In my application, I created a form using the collection field type :

$builder->add(\'tags\', \'collection\', array(
   \'type\' => new TagTyp         


        
4条回答
  •  萌比男神i
    2021-02-07 14:31

    Maybe there is something to do with the multiple form option, but it might require a little tweaking on your collection form and tag entity.

提交回复
热议问题