Skip to content

Commit bdd5ba4

Browse files
author
Mahmut Surekci
committed
Add role tablist
1 parent 30a7dac commit bdd5ba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Panel.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class CollapsePanel extends Component {
3434
[`${prefixCls}-item-disabled`]: disabled,
3535
}, className);
3636
return (
37-
<div className={itemCls} style={style} id={id}>
37+
<div className={itemCls} style={style} id={id} role="tablist">
3838
<div
3939
className={headerCls}
4040
onClick={this.handleItemClick.bind(this)}

0 commit comments

Comments
 (0)