Skip to content
This repository was archived by the owner on Oct 20, 2025. It is now read-only.

Commit f29c647

Browse files
committed
Update form.blade.php
1 parent ca3c139 commit f29c647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/form.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
:splade-id="@js($spladeId)"
66
>
77
<template #default="{!! $scope !!}">
8-
<form data-splade-id="{{ $spladeId }}" v-bind="form.$attrs" @submit.prevent="form.submit" {!! $attributes->only('method')->merge(['method' => 'POST']) !!}>
8+
<form data-splade-id="{{ $spladeId }}" v-bind="form.$attrs" @submit.prevent="form.submit" {!! $attributes->only(['action', 'method'])->merge(['method' => 'POST']) !!}>
99
<fieldset v-bind:disabled="form.processing" {!! $attributes->only('class') !!}>
1010
{{ $slot }}
1111
</fieldset>

0 commit comments

Comments
 (0)