protonemedia / laravel-form-components

A set of Blade components to rapidly build forms with Tailwind CSS (v1.0 and v2.0) and Bootstrap 4/5. Supports validation, model binding, default values, translations, Laravel Livewire, includes default vendor styling and fully customizable!
https://protone.media/blog/laravel-form-components-to-rapidly-build-forms-with-tailwind-css-and-bootstrap-4
MIT License
814 stars 104 forks source link

Before Submit Feature Request #62

Closed umangapathak999 closed 2 years ago

umangapathak999 commented 3 years ago

If we could have before submit feature in the package, it could help us develop faster and this package is suitable for implementing it as it deals with form.

Expectation: Before submit is a slot where we can put HTML element and it loads on blank modal with buttons to confirm before form submission

pascalbaljet commented 3 years ago

Can you show an example? This sounds like a Javascript feature, which I want to avoid in this package.