unsavedChangesAlerts() does not work and generates an error
In my IDE, the method
unsavedChangesAlerts()
shows an invalid. It also generates the error Method Filament\Panel::unsavedChangesAlerts does not exist.
. I'm running the latest version of Filament and when I comment out that method, everything works fine. Can anyone provide insight on why this is happening?
I'm not using SPA mode which the docs say conflicts with this method.Solution:Jump to solution
@BuddhaNature You need version 3.2 instead of 3.1.47 : https://github.com/filamentphp/filament/releases/tag/v3.2.0
GitHub
Release v3.2.0 · filamentphp/filament
I've posted a more readable changelog on Twitter/X, with images of new features!
What's Changed
Support radio buttons and button group by @zepfietje in #9860
Password reveal by @Stichoza a...
3 Replies
First, please check your Filament version with
php artisan about
Solution
@BuddhaNature You need version 3.2 instead of 3.1.47 : https://github.com/filamentphp/filament/releases/tag/v3.2.0
GitHub
Release v3.2.0 · filamentphp/filament
I've posted a more readable changelog on Twitter/X, with images of new features!
What's Changed
Support radio buttons and button group by @zepfietje in #9860
Password reveal by @Stichoza a...