select will not open createOptionForm modal

Inside a custom page of a resource, I call a Livewire view, where I have a form, but the select modal doesn't open, but if I use a form on the page, it opens.

<x-filament::page>
{{$this->form}}
@livewire('form-pay-schedule')
</x-filament::page>


Does anyone know why this happens?
Solution
Inside a custom page of a resource, I call a Livewire view, where I have a form, but the select modal doesn't open, but if I use a form on the page, it opens.

<x-filament::page>
{{$this->form}}
@livewire('form-pay-schedule')
</x-filament::page>


Does anyone know why this happens?
Was this page helpful?