5 Replies
Yeah, im getting this same error, i guess is something with the searchable() on select fields
also, after composer update yesterday
the strange thing is that i downgraded filament and livewire versions to 3 week ago version, and the error still.
and someone also opened a recent issue, https://github.com/filamentphp/filament/issues/14541
GitHub
Form Select Component does not work when used on relationship with ...
Package filament/forms Package Version v3.2.117 Laravel Version v11.28.0 Livewire Version v3.5.6 PHP Version PHP 8.2.22 Problem description I have an model Order with relationship customer (belongs...
Looks like the problem is with Laravel 11, so you need to lock that to something lower thatn 11.28 (according to this issue at least https://github.com/filamentphp/filament/issues/14528)
Even after downgraded laravel it still not working for me. i will try to downgrade filament also too
It seems that the issue is on native javascript. It work when remove ->native(false)