© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•16mo ago•
6 replies
Myster

Notification for unsaved data

Guys, I currently have an action in my edit without verification, I can modify the form without clicking save and clicking on the action and it will work, but it will not save the changes. It is possible, for example, to add a
->requiresConfirmation()
->requiresConfirmation()
that when clicking on the action and not having saved the data, a message appears "you have unsaved data, do you want to continue anyway?" but the message only appears if the person clicked on the action, modified the form data and did not save it.

Example action:

Action::make('example' )
->requiresConfimation // example
->visibleOn('edit')
->action (//);
Action::make('example' )
->requiresConfimation // example
->visibleOn('edit')
->action (//);
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Database Notification Data
FilamentFFilament / ❓┊help
2y ago
Notify User of unsaved data
FilamentFFilament / ❓┊help
3y ago
Database Notification
FilamentFFilament / ❓┊help
3y ago
database notification
FilamentFFilament / ❓┊help
3y ago