Skip to content

Commit e0acd13

Browse files
committed
added docs for unselect using click
1 parent 5106b57 commit e0acd13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ <h1>Basic Usage <small>(Classic style, default configuration)</small></h1>
6767
</div>
6868
<div class="col-md-6">
6969
<p>Classic style of the tree control, set using the class <code>tree-classic</code>.</p>
70-
<p>Click on the folder icons to open and close the tree nodes. Click on the node label to select a node in the tree.</p>
70+
<p>Click on the folder icons to open and close the tree nodes. Click on the node label to select a node in the tree. A Second click on the node label will unselect the node.</p>
7171
<p>The tree data is set using the <code>tree-model</code> attribute, which accepts either a node object or an array of node objects.
7272
A Node object is a regular javascript object which has a <code>children</code> array property (children is the defuault name,
7373
it can be overridden using the tree options). </p>

0 commit comments

Comments
 (0)