Symfony form pills – form type options
Today we are going to tackle a problem that I’ve recently faced with Symfony form types. Scenario: I need a choice type of a certain entity (Foo) with values that follows a certain logic [crayon-6002f8b206dfc949113240/] I’ve built up a FooChoiceType because…