kdion4891 / laravel-livewire-forms

A dynamic, responsive Laravel Livewire form component with realtime validation, file uploads, array fields, and more.
243 stars 54 forks source link

cancel button #5

Closed rabol closed 4 years ago

rabol commented 4 years ago

How can I add a cancel button to a form ?

kdion4891 commented 4 years ago

publish the views:

php artisan vendor:publish --tag=form-views

then edit vendor/laravel-livewire-forms/form.blade.php with your cancel button and have it do whatever you want.