Skip to content

Commit 34d7cfd

Browse files
author
Hector Arce De Las Heras
committed
Add aria-disabled for disabled days on calendar component
1 parent 90c6b40 commit 34d7cfd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/calendar/list/list.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ export const List = ({
229229
styles={props.styles}
230230
>
231231
<ItemRove
232+
ariaDisabled={isDisabled}
232233
ariaLabel={formatDate(day, {
233234
weekday: 'long',
234235
year: 'numeric',

0 commit comments

Comments
 (0)