Skip to content

Commit

Permalink
Fix formbuilder events (#479)
Browse files Browse the repository at this point in the history
Co-authored-by: Pascal Baljet <[email protected]>
  • Loading branch information
jamesj2 and pascalbaljet authored Mar 20, 2024
1 parent 809e11a commit a4b2280
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/views/functional/form-builder.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@
:restore-on-success="$form->getOption('restore_on_success')"

:preserve-scroll="$form->getOption('preserve_scroll')"

:blob="$form->getOption('blob')"

{{ $attributes->rejectWhenBlank('id')->except('class') }}
>
@foreach($form->getFields() as $field)
{!! $field->render() !!}
Expand Down

0 comments on commit a4b2280

Please sign in to comment.