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 160bcb6 + 3d9109c commit c9a6470Copy full SHA for c9a6470
src/SelectTree.php
@@ -94,6 +94,8 @@ class SelectTree extends Field implements HasAffixActions
94
95
protected function setUp(): void
96
{
97
+ parent::setUp();
98
+
99
// Load the state from relationships using a callback function.
100
$this->loadStateFromRelationshipsUsing(static function (self $component): void {
101
// Get the current relationship associated with the component.
0 commit comments