Skip to content

Releases: tanthammar/tall-forms

New View field

29 Apr 13:34
Compare
Choose a tag to compare

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"

26 Apr 15:32
Compare
Choose a tag to compare
7.9.5

fix: allow field names/keys to contain "form_data"

add clickable labels to checkbox, checkboxes and radio inputs

21 Apr 14:54
Compare
Choose a tag to compare

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

27 Mar 16:59
Compare
Choose a tag to compare

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 on submit()
  • Trix: save style changes even if no text is changed

Simplify str_replace in make forms command.

15 Mar 15:47
Compare
Choose a tag to compare
7.9.2

simplify str_replace in make forms command.

Confirm deletion, in Repeater.

08 Mar 16:15
Compare
Choose a tag to compare

On request, ability to confirm deletion, in Repeater.

Added Repeater->confirmDelete($message = '')

MultiSelect

17 Feb 21:32
Compare
Choose a tag to compare
  • New MultiSelect field, extends the Select field.
  • Improves code readability.
  • non-breaking change. The Select->multiple() method is marked as @deprecated

onDeleteModel hook

10 Feb 13:13
Compare
Choose a tag to compare

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

03 Feb 18:33
Compare
Choose a tag to compare

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 and Notification trait.

If you published the views, please review and merge the changes to the input.blade.php and Components/Input.php.

Fix #58, Improved styling for form-multiselect, TW2.x

21 Jan 12:19
Compare
Choose a tag to compare

If you are on Tailwind 1.x

  • no actions required, unless you have published the views, then you must merge the changes manually.

If you are on Tailwind 2.x

  • You must republish the tall-theme.css + npm run dev for the changes to take effect.

image