My form is working fine but each time I open the select, there's a livewire request sent and associated delay occur before the option are shown. If I remove the
->searchable()
->searchable()
it is instantaneous. Removing the
->live()
->live()
doesn't change a thing. In previous version of Filament it was working fine. Is there some change I missed there ?