2.0.31
·
1243 commits
to craft-4
since this release
Added
- Added
pointer-events: none;to inner elements added to.fui-btnelements, which can prevent event-binding of submit buttons correctly.
Changed
- Updated submit buttons instruction text for form builder.
- Changed
data-submit-methodanddata-submit-actiontodata-form-submit-methodanddata-form-submit-actionon the<form>attribute.
Fixed
- Fixed filtering Sent Notifications by failed status not working.
- Fixed min/max character validation for Multi-Line Text fields.
- Fixed an issue where Date field datepickers would show a validation error when picking a date and “Validate When Typing” was enabled.
- Fixed dropdown and input Date fields not working correctly with validation.
- Fixed Date field dropdowns not showing the defined placeholder.
- Fixed “Form Usage” number in form element index.
- Fixed an error with Solspace Calendar integration.
- Fixed an issue where captchas weren’t working with custom-rendered buttons missing the
data-submit-actionattribute.