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 eda3e82 commit 6897c95Copy full SHA for 6897c95
README.md
@@ -59,7 +59,7 @@ SelectTree::make('category_id')
59
// Set nodes as dependent
60
->independent(false)
61
62
-// Expand the tree with selected values by default
+// Expand the tree with selected values
63
->expandSelected(false)
64
65
// Display individual leaf nodes instead of the main group when all leaf nodes are selected
@@ -68,9 +68,6 @@ SelectTree::make('category_id')
68
// Hide the clearable icon
69
->clearable(false)
70
71
-// Enable the option to save multiple values as a string (comma-separated)
72
-->multiple()
73
-
74
// Activate the search functionality for the SelectTree
75
->searchable();
76
```
0 commit comments