File tree 2 files changed +6
-6
lines changed
packages/react-core/src/components/DataList/examples
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -166,8 +166,8 @@ export const DataListCheckboxes: React.FunctionComponent = () => {
166
166
</ DataListAction >
167
167
< DataListAction
168
168
visibility = { { default : 'hidden' , lg : 'visible' } }
169
- aria-labelledby = "check-action-item2 check-action-action2 "
170
- id = "check-action-action2 "
169
+ aria-labelledby = "check-action-item2 check-action-action2a "
170
+ id = "check-action-action2a "
171
171
aria-label = "Actions"
172
172
>
173
173
< Button variant = "primary" > Primary</ Button >
@@ -192,7 +192,7 @@ export const DataListCheckboxes: React.FunctionComponent = () => {
192
192
< DataListAction
193
193
visibility = { { xl : 'hidden' } }
194
194
aria-labelledby = "check-action-item3 check-action-action3"
195
- id = "check-actiokn -action3"
195
+ id = "check-action -action3"
196
196
aria-label = "Actions"
197
197
isPlainButtonAction
198
198
>
@@ -231,8 +231,8 @@ export const DataListCheckboxes: React.FunctionComponent = () => {
231
231
</ DataListAction >
232
232
< DataListAction
233
233
visibility = { { default : 'hidden' , xl : 'visible' } }
234
- aria-labelledby = "check-action-item3 check-action-action3 "
235
- id = "check-action-action3 "
234
+ aria-labelledby = "check-action-item3 check-action-action3a "
235
+ id = "check-action-action3a "
236
236
aria-label = "Actions"
237
237
>
238
238
< Button variant = "primary" > Primary</ Button >
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ export const DataListMixedExpandable: React.FunctionComponent = () => {
162
162
] }
163
163
/>
164
164
< DataListAction
165
- aria-labelledby = "m-ex-item2 mex -action2"
165
+ aria-labelledby = "m-ex-item2 m-ex -action2"
166
166
id = "m-ex-action2"
167
167
aria-label = "Actions"
168
168
isPlainButtonAction
You can’t perform that action at this time.
0 commit comments