cretueusebiu / vform

Handle Laravel-Vue forms and validation with ease.
https://vform.vercel.app
MIT License
610 stars 122 forks source link

Like Inertia feature: recentlySuccessful #130

Closed nguyentranchung closed 3 years ago

nguyentranchung commented 3 years ago

When a form has been successfully submitted, the successful property will be true. In addition to this, there is also a recentlySuccessful property, which will be set to true for two seconds after a successful form submission. This is helpful for showing temporary success messages.

cretueusebiu commented 3 years ago

Thanks 👍