Select::createOptionForm not always work
Hello, I'm using a Select with
createOptionForm
in RegisterTenant and EditTenant.
It's working pretty well in edit page but not in register page, the modal doesn't appear.
I tink the feature doesns't works outside Filament panel layout, there is maybe a missing dependency ?
Thanks for help ❤️3 Replies
I think you'll need to override the
register-tenant
Blade view in your RegisterTenant
component. Try adding this line outside of the form tag:
https://github.com/filamentphp/filament/blob/3.x/packages/panels/resources/views/pages/tenancy/register-tenant.blade.php@Patrick Boivin @Ashk
same question here https://github.com/filamentphp/filament/discussions/7988
GitHub
External page and Select::createOptionForm · filamentphp filament ·...
Hello, I'm using a Select with createOptionForm in RegisterTenant and EditTenant. It's working pretty well in edit page but not in register page, the modal doesn't appear. I don't k...
Thanks a lot, it's mine ahha, I put as solve here ! Thanks both of you