Need help with adding a CSS class to the entire form_row in a Symfony 4 twig template! Currently, my code only adds the class to the input tag, but I require it to be added to the parent div container.
Here is the current code snippet:
{{ form_row(form.firstname, { 'attr' : {'class' : 'first_name'} }) }}
Check out the image below to see the rendered result: