Closed codedmonkey closed 6 years ago
It seems there are now cases in Symfony where a field isn't rendered as a div element but as a fieldset element (see https://github.com/symfony/symfony/blob/master/src/Symfony/Bridge/Twig/Resources/views/Form/bootstrap_4_horizontal_layout.html.twig#L46).
div
fieldset
This would mean the default option for elements_selector should now be > div, > fieldset to be compatible with this form theme.
elements_selector
> div, > fieldset
Thanks! Awesome plugin.
It seems there are now cases in Symfony where a field isn't rendered as a
div
element but as afieldset
element (see https://github.com/symfony/symfony/blob/master/src/Symfony/Bridge/Twig/Resources/views/Form/bootstrap_4_horizontal_layout.html.twig#L46).This would mean the default option for
elements_selector
should now be> div, > fieldset
to be compatible with this form theme.Thanks! Awesome plugin.