ninsuo / symfony-collection

[NOT MAINTAINED] A jQuery plugin that manages adding, deleting and moving elements from a Symfony form collection
https://symfony-collection.fuz.org/
MIT License
444 stars 88 forks source link

Support fieldset elements #123

Closed codedmonkey closed 6 years ago

codedmonkey commented 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).

This would mean the default option for elements_selector should now be > div, > fieldset to be compatible with this form theme.

Thanks! Awesome plugin.