fusion-form
fusion-form copied to clipboard
Navigation back and forth in multi step forms had some issues: ### Back navigations would commit the entered values when valid: The __target argument that was used for the navigation...
Closes #85
Previously, an already validated step was not validated again when resending. This happens now. Co-Authored-By: @arsors
When using a form like this for calling a delete action (`deleteAction(Company $company)`), the required argument is missing, even though `props.company` contains the correct entity: ```html Ja, diesen Eintrag löschen...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior When `data` properties are used inside header or footer part of...
If you have a `label` with the attribute `for` it needs an form field who has also `id`. The `name` attribute is not enough
With the following form configuration in place the submitted `data` values contain **only the first** selected file of the multiple file upload field **attachments**. I have discovered that the underlying...
The `getName()` method of the `Field` domain model always returns the field name with its namespace. Would you be open to add a getter "get name without namespace" (how should...
Just wanted to look up something in a local install and noticed the documentation is missing, due to the .gitignore config. Any particular reason to not include it? This way...