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
If `accordion` is null or false, every panel can open. Opening another panel will not close any of the other panels.
128
-
`activeKey` should be an string, if passing an array (the first item in the array will be used).
129
-
130
-
If `accordion` is true, only one panel can be open. Opening another panel will cause the previously opened panel to close.
131
-
`activeKey` should be an string, if passing an array (the first item in the array will be used).
113
+
If `accordion` is null or false, every panel can open. Opening another panel will not close any of the other panels. `activeKey` should be an string, if passing an array (the first item in the array will be used).
132
114
133
-
### Collapse.Panel
115
+
If `accordion` is true, only one panel can be open. Opening another panel will cause the previously opened panel to close. `activeKey` should be an string, if passing an array (the first item in the array will be used).
134
116
135
-
####props
117
+
###Collapse.Panel props
136
118
137
119
<tableclass="table table-bordered table-striped">
138
120
<thead>
@@ -207,20 +189,24 @@ If `accordion` is true, only one panel can be open. Opening another panel will
207
189
208
190
If `key` is not provided, the panel's index will be used instead.
0 commit comments