Skip to content

Commit 6897c95

Browse files
Updated Readme.MD
1 parent eda3e82 commit 6897c95

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ SelectTree::make('category_id')
5959
// Set nodes as dependent
6060
->independent(false)
6161

62-
// Expand the tree with selected values by default
62+
// Expand the tree with selected values
6363
->expandSelected(false)
6464

6565
// Display individual leaf nodes instead of the main group when all leaf nodes are selected
@@ -68,9 +68,6 @@ SelectTree::make('category_id')
6868
// Hide the clearable icon
6969
->clearable(false)
7070

71-
// Enable the option to save multiple values as a string (comma-separated)
72-
->multiple()
73-
7471
// Activate the search functionality for the SelectTree
7572
->searchable();
7673
```

0 commit comments

Comments
 (0)