Releases: pirasterize/sonata-form-builder
Releases · pirasterize/sonata-form-builder
Add support for non-form elements in form
v0.42 Add support for non-form elements in form - starting with titles (#49)
Update SF 4.4
v0.41 Use FQCN for ImmutableArray in block form (#48)
Symfony 4.4 suport
Add symfony 4.4 compatibility (#47) Co-authored-by: Brecht Franco <[email protected]>
Fix mutliplechoice
Remove html5 required attribute from checkboxes (#46) When 'multiple checkboxes' is required, only minimum 1 should be required.
Fix checkbox validation
v0.38 Require 1 or 0 minimum checked checkboxes for multiple checkboxes wid…
Small fix
Textarea required option
Added possibility to make textarea required (#43) * Added js build info to readme * Add possibility to make textarea required
Removed old type postal code
Remove postalcode input type (#41) Co-authored-by: Didier Laumen <[email protected]>
Export fix
Fix csv export (#40) * Set escape character * Sanitze filename in case of unprintable chars or spaces * Add error handling on write error\ Co-authored-by: Didier Laumen <[email protected]>
Fix admin views with inputsizes
Theming fixes (#39) * Fix admin views with inputsizes * Fix form theming issues * Pass button type class to formfactory