biebthesecond
Help Us Improve Filament’s Docs & Education in v4
Some more simple code snippets like in the "Advanced forms, reactivity cookbook" would be nice. Sometimes there's small features which are handy like form fields only visible on create / edit page, or programmatically saving a resource edit page with
->before(fn ($livewire) => $livewire->save())
for example69 replies
Dispatch Event on AfterStateUpdated()
Cool it works!
Maybe you could even do $livewire->dispatch('update-counter') directly in the afterStateUpdated, saves some code. Unless you use that method at other spots.
Happy coding! Don't forget to set this thread as solved :D
10 replies
Filament Action on livewire page not mounting/throwing error
So I'm one step further, its apparently nothing do with basically everything I tried. But there's some confusion in some livewire componenets I'm calling earlier in the page, when I comment the first one out the Actions work again 🤔
6 replies