From 6897c95afd49784bffd2d48ea14330774e462426 Mon Sep 17 00:00:00 2001 From: Dennis Elsinga Date: Wed, 20 Sep 2023 14:58:02 +0200 Subject: [PATCH] Updated Readme.MD --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index e68ae30..175c2bc 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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(); ```