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.
README.md
1 parent 92e590d commit e913ac2Copy full SHA for e913ac2
README.md
@@ -51,6 +51,9 @@ SelectTree::make('category_id')
51
52
// By default, all nodes are independent.
53
->independent(false)
54
+
55
+ // The tree will open with the selected values by default (only works if independent is false)
56
+ ->expandSelected(false)
57
58
// By default, the clearable icon is enabled, but you can hide it with:
59
->clearable(false)
0 commit comments