Unsavedchanges feature outside of panels
Can you enable "unsaved changes" feature per form? F.e - when using form on a custom page, outside of panel
Solution:Jump to solution
Answering myself, turns out you can, there is HasUnsavedDataChangesAlert trait that you can use and component: <x-filament-panels::page.unsaved-data-changes-alert />
```
// in your custom page
...
1 Reply
Solution
Answering myself, turns out you can, there is HasUnsavedDataChangesAlert trait that you can use and component: <x-filament-panels::page.unsaved-data-changes-alert />