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.
1 parent 160bcb6 commit 3d9109cCopy full SHA for 3d9109c
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