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 07c684c commit a13e894Copy full SHA for a13e894
README.md
@@ -52,7 +52,7 @@ SelectTree::make('category_id')
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)
+ // When 'independent' is set to false, the tree will open with the selected values by default.
56
->expandSelected(false)
57
58
// By default, the clearable icon is enabled, but you can hide it with:
0 commit comments