AdamQuaileFieldsetBundle
AdamQuaileFieldsetBundle copied to clipboard
Fieldset Type in Symfony Forms
Hi, I just installed and followed your directions to implement fieldsets on a Symfony 3.3 version and I get stuck with the "**Could not load type "fieldset"**" error. Here are...
The options "fields", "legend" do not exist. Known options are: "action", "allow_extra_fields", "attr", "auto_initialize", "block_name", "by_reference", "cascade_validation", "compound", "constraints", "csrf_field_name", "csrf_message", "csrf_protection", "csrf_provider", "csrf_token_id", "csrf_token_manager", "data", "data_class", "disabled", "empty_data", "error_bubbling",...
Create a simple test case running in all supported versions of symfony. At a minimum it should test that the form type compiles and doesn't rely on features that were...
Hi, when I test this bundle, I see that the validation errors for fields are displayed at the top of the form instead next of invalid field
I have a form to which I pass a translation_domain as parameter. Am I missing something or could it truely be that the legend titles won't be translated automatically?
When I tried to use with new symfony versions (I use 6.1.2) got an: **Unable to find template "AdamQuaileFieldsetBundle:Types:fieldset.html.twig" (looked into: C:\domains\my-project/templates, C:\domains\my-project\vendor\symfony\twig-bridge/Resources/views/Form)** Is it possible to update for new...