We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a26b64a + b149a0b commit 1f525c4Copy full SHA for 1f525c4
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 $customKey = null;
41
42
protected string $titleAttribute;
43
0 commit comments