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 cd1a81d commit 30e44aaCopy full SHA for 30e44aa
README.md
@@ -62,6 +62,9 @@ SelectTree::make('category_id')
62
// Expand the tree with selected values
63
->expandSelected(false)
64
65
+// All groups will be opened to this level
66
+->defaultOpenLevel(2)
67
+
68
// Display individual leaf nodes instead of the main group when all leaf nodes are selected
69
->grouped(false)
70
0 commit comments