CreateOptionForm is not showing
I have a working form that contains a select field to set a user's
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 @Philo
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 @Philo