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).
This is the code of the form:
And the relationship in the User model:
4 Replies
Is this a custom page? Anything special?
Did you try with latest Filament version and ran
artisan filament:upgrade
?This is inside a Livewire component, not in a Filament Panel.
I have Filament version 3.0.101 and ran
php artisan filament:upgrade
Anything in the console?
Nothing in the console