tall-forms

Laravel Livewire (TALL-stack) form generator with realtime validation, file uploads, array fields, blade form input components and more.

MIT License

Downloads
35.3K
Stars
688
Committers
18

Bot releases are visible (Hide)

tall-forms - Override labels as attributes, per field

Published by tanthammar about 4 years ago

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

tall-forms - Use field labels as attribute for validation messages

Published by tanthammar about 4 years ago

New: Use field labels as attribute for validation messages.

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

Published by tanthammar about 4 years ago

Out of sync with the previous release

tall-forms - Bugfix

Published by tanthammar about 4 years ago

IsArrayField parentheses

tall-forms - Image Cropper

Published by tanthammar about 4 years ago

New field: Image Cropper see the docs.

tall-forms - Small non-important fix

Published by tanthammar about 4 years ago

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

tall-forms - Fix for PR #23

Published by tanthammar about 4 years ago

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

tall-forms - Ability to pass array, Closure or Collection to options

Published by tanthammar about 4 years ago

  • 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.

tall-forms - stubs onUpdatedModel()

Published by tanthammar about 4 years ago

fix: stubs onUpdateModel()

tall-forms - saveFoo() fix

Published by tanthammar about 4 years ago

fix: saveFoo($validated_data); #21

tall-forms - Laravel 8 support

Published by tanthammar about 4 years ago

  • Tested with Laravel 8 jetstream, livewire, team installation.
  • Updated the Tailwind config installation docs for Laravel 8
tall-forms - allow keyDownEnter to be null or string

Published by tanthammar about 4 years ago

fix: let onKeyDownEnter be null. #20

tall-forms - More field attributes

Published by tanthammar about 4 years ago

tall-forms - Add missing use statements for traits

Published by tanthammar about 4 years ago

fix: installation error

tall-forms - Avoiding model = null

Published by tanthammar about 4 years ago

Trying to avoid incorrect model binding where model = null

tall-forms - Fix property names

Published by tanthammar about 4 years ago

Incorrectly named component properties

tall-forms - fix color error icon

Published by tanthammar about 4 years ago

Fix to correctly get the error icon classes from the config file.

tall-forms - v4 completely rewritten - breaking changes!

Published by tanthammar about 4 years ago

Do not upgrade from v3 to v4 without reading the docs (in progress)
The package is totally rewritten from the ground up.
Will post an upgrade guide in the wiki.

tall-forms - saveFoo() hook

Published by tanthammar about 4 years ago

new: saveFoo() hook for any field. Runs after model is saved.

tall-forms - Livewire native file upload - no js required

Published by tanthammar about 4 years ago

New: Native Livewire file upload field,

  • with workaround for some livewire bugs
  • no additional js required
  • custom validation support with file deletion, not included in livewire native
  • image preview
  • automatic icon selection based on file type
  • multiple upload supported
  • custom error message
  • livewire storage configuration required!
  • docs coming ...

Breaking Change: removed old file upload,

  • field definition remains the same,
  • livewire storage configuration required!

New: labelSuffix()

  • perfect for adding (*) to required fields

Improvement: added language support for spatie tags fields
Improvement: longer debounce for tags search, to many network requests
Improvement: removed 'form data' from validation attribute messages fixes #13
Improvement: moved deletion confirmation alert message to config file

Fix: removed @endif on error icons
Fix: added error class to textareas and select menus

In progress: preparing for multi selects
In progress: developing file upload field with image cropper

Package Rankings
Top 4.81% on Packagist.org
Badges
Extracted from project README
Latest Stable Version Total Downloads Latest Unstable Version License
Related Projects