Skip to content

Commit a4b2280

Browse files
Fix formbuilder events (#479)
Co-authored-by: Pascal Baljet <[email protected]>
1 parent 809e11a commit a4b2280

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

resources/views/functional/form-builder.blade.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@
2222
:restore-on-success="$form->getOption('restore_on_success')"
2323

2424
:preserve-scroll="$form->getOption('preserve_scroll')"
25-
2625
:blob="$form->getOption('blob')"
26+
27+
{{ $attributes->rejectWhenBlank('id')->except('class') }}
2728
>
2829
@foreach($form->getFields() as $field)
2930
{!! $field->render() !!}

0 commit comments

Comments
 (0)