Update doc

pull/744/head
Cagatay Civici 2020-12-07 18:00:28 +03:00
parent 3f6d393354
commit 1744172468
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,8 @@ import CascadeSelect from 'primevue/cascadeselect';
<h5>Getting Started</h5>
<p>CascadeSelect requires a value to bind and a collection of arbitrary objects with a nested hierarchy. <i>optionGroupLabel</i>
is used for the text of a category and <i>optionGroupChildren</i> is to define the children of the category.</p>
is used for the text of a category and <i>optionGroupChildren</i> is to define the children of the category. Note that order of the <i>optionGroupChildren</i>
matters and it should correspond to the data hierarchy.</p>
<pre v-code>
<code>