Skip to content

Commit

Permalink
Updated Readme.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWithDennis committed Sep 20, 2023
1 parent eda3e82 commit 6897c95
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ SelectTree::make('category_id')
// Set nodes as dependent
->independent(false)

// Expand the tree with selected values by default
// Expand the tree with selected values
->expandSelected(false)

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

// Enable the option to save multiple values as a string (comma-separated)
->multiple()

// Activate the search functionality for the SelectTree
->searchable();
```
Expand Down

0 comments on commit 6897c95

Please sign in to comment.