Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "fix: v7 fabric port: remove explicit readonly semantics from Calendar grid",
"packageName": "office-ui-fabric-react",
"email": "sarah.higley@microsoft.com",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ export class CalendarDay extends React.Component<ICalendarDayProps, ICalendarDay
<FocusZone>
<table
className={css('ms-DatePicker-table', styles.table)}
aria-readonly="true"
aria-multiselectable="false"
aria-labelledby={monthAndYearId}
aria-activedescendant={activeDescendantId}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ exports[`Calendar Test rendering simplest calendar Renders simple calendar corre
aria-activedescendant="DatePickerDay-active0"
aria-labelledby="DatePickerDay-monthAndYear2"
aria-multiselectable="false"
aria-readonly="true"
className="ms-DatePicker-table"
role="grid"
>
Expand Down