© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
5 replies
Jon Mason

should this dispatch the modal/slideOver?

I'm trying to edit a record in an infolist using a slideOver. The update method is being called, but nothing happens.

 Action::make('edit')
                                            ->mountUsing(function ($record, $form) {
                                                $form->fill($record->toArray());
                                            })
                                            ->slideOver()
                                            ->form([
                                                TextInput::make('title')
                                            ]),
 Action::make('edit')
                                            ->mountUsing(function ($record, $form) {
                                                $form->fill($record->toArray());
                                            })
                                            ->slideOver()
                                            ->form([
                                                TextInput::make('title')
                                            ]),


Attaching a screenshot of the body of the response from dev tools. This is using the Simple List Item plugin. Is there some other step I need to take to dispatch the modal?
image.png
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

Modal Dispatch
FilamentFFilament / ❓┊help
2y ago
Slideover or Modal
FilamentFFilament / ❓┊help
3y ago
Action Modal - SlideOver
FilamentFFilament / ❓┊help
3y ago
SlideOver Modal focusing text
FilamentFFilament / ❓┊help
2y ago