generated from filamentphp/plugin-skeleton
-
-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Labels
bugSomething isn't workingSomething isn't working
Description
What happened?
when you add select with relationship, like eg. linkable_id, there is error Call to a member function isRelation() on null <x-filament-actions::modals />###
How to reproduce the bug
just add in to your AdminPanelProvider plugin
->addMenuItemFields([
Select::make('linkable_id')
->label('Článek')
->relationship('linkable', fn($record) => $record->title)
->preload(),
])
Package Version
0.5.4
PHP Version
.3
Laravel Version
11.9
Which operating systems does with happen with?
Windows
Notes
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working