Skip to content

Releases: tanthammar/tall-forms

Override labels as attributes, per field

07 Oct 10:38
Compare
Choose a tag to compare

Override components $labelsAsAttributes, per field with ->keyAsAttribute() method

Use field labels as attribute for validation messages

06 Oct 18:08
Compare
Choose a tag to compare

New: Use field labels as attribute for validation messages.

  • bool $labelsAsAttributes
  • config file: field-labels-as-validation-attributes

Bugfix

06 Oct 17:08
Compare
Choose a tag to compare

Out of sync with the previous release

Bugfix

06 Oct 17:04
Compare
Choose a tag to compare

IsArrayField parentheses

Image Cropper

06 Oct 16:51
Compare
Choose a tag to compare

New field: Image Cropper see the docs.

Small non-important fix

05 Oct 16:47
Compare
Choose a tag to compare

Removed collect($options)->toArray() because it is not needed anymore.

Fix for PR #23

05 Oct 16:25
Compare
Choose a tag to compare

Fix for PR #23: pass Collection to Checkbox, Radio and Select fields

Ability to pass array, Closure or Collection to options

05 Oct 15:55
0881024
Compare
Choose a tag to compare
  • Merged PR #23 from contributor @pktharindu. Ability to pass an Array, Closure or Collection to the options() method on Checkboxes, Radio and Select fields.

  • The callableOptions() method is kept for legacy, but removed from documentation.

stubs onUpdatedModel()

30 Sep 07:14
Compare
Choose a tag to compare

fix: stubs onUpdateModel()

saveFoo() fix

29 Sep 14:09
Compare
Choose a tag to compare

fix: saveFoo($validated_data); #21