Skip to content

Commit

Permalink
fix(ARIA): remove tabindex (jquense#2508)
Browse files Browse the repository at this point in the history
The tabindex, applied to the event div, creates invalid ARIA component nesting

jquense#2498
  • Loading branch information
cutterbl committed Feb 14, 2024
1 parent a81afbf commit 7e01c3d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/EventCell.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ class EventCell extends React.Component {
<EventWrapper {...this.props} type="date">
<div
{...props}
tabIndex={0}
style={{ ...userProps.style, ...style }}
className={clsx('rbc-event', className, userProps.className, {
'rbc-selected': selected,
Expand Down

0 comments on commit 7e01c3d

Please sign in to comment.