Hey @Enter - I see why you might think this issue is related to search functionality, but I have a theory that the black screen issue might actually be tied to Livewire v3.5.18 which seems to have introduced a bug affecting modals.
To test this theory, you could try requiring Livewire v3.5.12, which doesn’t seem to have this problem.
Update your
composer.json
composer.json
to require v3.5.12
"livewire/livewire": "3.5.12"
"livewire/livewire": "3.5.12"
Dont forget to run a composer update for livewire
composer update livewire/livewire
composer update livewire/livewire
Once you’re back on v3.5.12, see if the modal works properly.