We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0d1fdf5 + 3b1bef4 commit 95aedb0Copy full SHA for 95aedb0
src/SelectTree.php
@@ -134,6 +134,8 @@ protected function setUp(): void
134
return $component->getCustomKey($record);
135
});
136
137
+ $this->dehydrated(fn (SelectTree $component): bool => ! $component->getRelationship() instanceof BelongsToMany);
138
+
139
$this->placeholder(static fn (SelectTree $component): ?string => $component->isDisabled() ? null : __('filament-forms::components.select.placeholder'));
140
141
$this->suffixActions([
0 commit comments