neos / form-builder

Flow Form Framework integration into Neos CMS
GNU General Public License v3.0
18 stars 31 forks source link

FormElementWrapping not compatible with neos-ui 8.3.10 #139

Open patricekaufmann opened 1 month ago

patricekaufmann commented 1 month ago

In the Neos backend certain collection divs are not displayed correctly, the whole UI crashes and becomes unusable. For example when rendering a ValidatorCollection with a nested TextValidator, the following problem occurs:

Why is that?

Neos 8.3.10 no longer adds script tags when wrapping Content and the HtmlAugmenter now detects a root element, making it possible to add attributes instead of wrapping inside the fallback tag.