Tally Schmeits
Tally Schmeits
https://github.com/tylernathanreed/laravel-relation-joins v4.x is L10 compatible
we're facing the same issue here, hope the pull request will be merged 'soon' ;)
Same here
Seems that version 3.1.6 does not reflect the changes for Laravel 12... if I download the release and inspect the composer.json i still see "illuminate/contracts": "^9.0|^10.0|^11.0", I think a new...
A fix is to add the HasLabel contract in the isOptionDisabled $label parameter (Filament\Forms\Components\Concerns\CanDisableOptions) ```PHP public function isOptionDisabled($value, string|\Filament\Support\Contracts\HasLabel $label): bool { // } ``` Only thing left from there...
If this is a workable solution I can create a PR?
Hi Steve, One more change to get it to work In the SelectFilter class in Filament\Tables\Filters in the SetUp function you have to add this after line 112 ```PHP if...