I have a form with three buttons. One for adding objects, one for deleting and one for editing objects.
I now want to disable html5-validation in the add-button using the new form buttons introduced in Symfony 2.3. Is this possible or do I have to create a new button type? How could I do that?