Releases: tanthammar/tall-forms
Releases · tanthammar/tall-forms
Override labels as attributes, per field
Override components $labelsAsAttributes, per field with ->keyAsAttribute() method
Use field labels as attribute for validation messages
New: Use field labels as attribute for validation messages.
- bool $labelsAsAttributes
- config file: field-labels-as-validation-attributes
Bugfix
Out of sync with the previous release
Bugfix
IsArrayField parentheses
Image Cropper
New field: Image Cropper see the docs.
Small non-important fix
Removed collect($options)->toArray() because it is not needed anymore.
Fix for PR #23
Fix for PR #23: pass Collection to Checkbox, Radio and Select fields
Ability to pass array, Closure or Collection to options
-
Merged PR #23 from contributor @pktharindu. Ability to pass an
Array
,Closure
orCollection
to theoptions()
method onCheckboxes
,Radio
andSelect
fields. -
The
callableOptions()
method is kept for legacy, but removed from documentation.
stubs onUpdatedModel()
fix: stubs onUpdateModel()
saveFoo() fix
fix: saveFoo($validated_data); #21