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.
customKey()
1 parent f0b31b8 commit 40fc4d1Copy full SHA for 40fc4d1
src/SelectTree.php
@@ -37,7 +37,7 @@ class SelectTree extends Field implements HasAffixActions
37
38
protected bool $independent = true;
39
40
- protected string $customKey = null;
+ protected string|null $customKey = null;
41
42
protected string $titleAttribute;
43
0 commit comments