Searchable Not Working When Preload is Set For Select Field With relationship
I have this code
when the preload is set the searchable will not work because of this code in filament select field
above code will block the code of
My question is why is that? In my use cases I want to preload the data at first with some limit and allow user to search for the rest of the data.
when the preload is set the searchable will not work because of this code in filament select field
above code will block the code of
$this->getSearchResultsUsing which defined in the relationship method.My question is why is that? In my use cases I want to preload the data at first with some limit and allow user to search for the rest of the data.