Skip to content

Commit

Permalink
fix(datePicker): Fix date picker calendar table role issue (#1340) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
OlenaYashyna authored Jul 31, 2024
1 parent 1b09243 commit e24db7a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/datePicker-calendar-table-role.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(datePicker): Fix date picker calendar table role issue
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ export const CalendarMonth: React.FunctionComponent<CalendarMonthProps> = (
/>

<Table
role="presentation"
onBlur={onCalendarTableBlur}
onFocus={onCalendarTableFocus}
theme={theme}
Expand Down

2 comments on commit e24db7a

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.