Releases: tanthammar/tall-forms
Releases · tanthammar/tall-forms
New View field
New View
field for sponsors
- Allow Heading in Repeater and Keyval
- Added colspan() to Heading
- Requires v7.9.6 version of tall-forms
fix: allow field names/keys to contain "form_data"
7.9.5 fix: allow field names/keys to contain "form_data"
add clickable labels to checkbox, checkboxes and radio inputs
I've avoided to add id
to field types to avoid collisions if there are multiple forms on the same page. But I got a request to make labels clickable on checkbox, checkboxes and radio inputs.
Hope it doesn't cause any problems for you.
New InputArray field and multiple fixes
New InputArray field
- docs coming
Fixes
- remove duplicated line in MultiSelect
- don't allow checkboxes in Repeaters
- smaller
Repeater
button size on mobile screen. (see tall-forms.css TW v2 only) - check that
$form_data
exists onsubmit()
- Trix: save style changes even if no text is changed
Simplify str_replace in make forms command.
7.9.2 simplify str_replace in make forms command.
Confirm deletion, in Repeater.
On request, ability to confirm deletion, in Repeater.
Added Repeater->confirmDelete($message = '')
MultiSelect
- New MultiSelect field, extends the Select field.
- Improves code readability.
- non-breaking change. The
Select->multiple()
method is marked as@deprecated
onDeleteModel hook
Changed
- TallFormComponent is now an abstract class
- Laravel security version required
New
- onDeleteModel() hook, follows same naming conventions as onCreateModel/onUpdateModel. The hook checks if the model exists before executing. Non-breaking change.
Session notifications and input suffix
New
- suffix icons and text for input fields #60, contributor: @mertasan, requested by: @dubcanada
- flash notifications to session #59, contributor: @adetxt
- updated documentation for the
Input
field andNotification
trait.
If you published the views, please review and merge the changes to the input.blade.php
and Components/Input.php
.