You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -185,7 +185,7 @@ export default function GroupedDoc() {
185
185
<DocSectionText{...props}>
186
186
<p>
187
187
Options can be grouped when a nested data structures is provided. To define the label of a group <i>optionGroupLabel</i> property is needed and also <i>optionGroupChildren</i> is required to define the property that refers to the
188
-
children of a group.
188
+
children of a group. Also you can provide a <i>optionGroupCollapsable</i> property to collapse the groups by default.
189
189
</p>
190
190
</DocSectionText>
191
191
<divclassName="card flex justify-content-center">
@@ -200,6 +200,7 @@ export default function GroupedDoc() {
0 commit comments