CreateOptionForm is not showing
I have a working form that contains a select field to set a user's
city_id
. I'm trying to add a createOptionForm, but the modal won't show up (but there is network activity, see video).
I'm on the latest Filament version, and the form is loaded in a custom Livewire component (outside a Panel).
This is the code of the form:
And the relationship in the User model:
BTW: the form is loaded in a https://wire-elements.dev/pro SlideOver from @Philo2 Replies
Solution
Did you add
<x-filament-actions::modals />
?That was it, thanks @Leandro Ferreira! π I thought that wasn't needed anymore in V3