Skip to content

Commit a13e894

Browse files
Updated README.md
1 parent 07c684c commit a13e894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ SelectTree::make('category_id')
5252
// By default, all nodes are independent.
5353
->independent(false)
5454

55-
// The tree will open with the selected values by default (only works if independent is false)
55+
// When 'independent' is set to false, the tree will open with the selected values by default.
5656
->expandSelected(false)
5757

5858
// By default, the clearable icon is enabled, but you can hide it with:

0 commit comments

Comments
 (0)