Skip to content

Commit 7e01c3d

Browse files
authored
fix(ARIA): remove tabindex (#2508)
The tabindex, applied to the event div, creates invalid ARIA component nesting #2498
1 parent a81afbf commit 7e01c3d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/EventCell.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ class EventCell extends React.Component {
6262
<EventWrapper {...this.props} type="date">
6363
<div
6464
{...props}
65-
tabIndex={0}
6665
style={{ ...userProps.style, ...style }}
6766
className={clsx('rbc-event', className, userProps.className, {
6867
'rbc-selected': selected,

0 commit comments

Comments
 (0)