Skip to content

Commit 72b6ef6

Browse files
authored
bug(date picker): add aria-label with full date text (#4688)
1 parent 1f9f729 commit 72b6ef6

File tree

8 files changed

+1420
-64
lines changed

8 files changed

+1420
-64
lines changed

RELEASENOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,14 @@
1515
### [Datepickers](https://www.lightningdesignsystem.com/components/datepickers)
1616
#### Added
1717
- Added examples for Required, Required with Error states
18+
- Added `aria-label` to provide the full `DD MM YYYY` text of the date
19+
1820
#### Fixed
1921
- Fixed missing attribute `aria-current="date"` when today's date falls inside of a selected range
2022

2123
### [Datetime Picker](https://www.lightningdesignsystem.com/components/datetime-picker)
24+
#### Added
25+
- Added `aria-label` to provide the full `DD MM YYYY` text of the date
2226
#### Changed
2327
- Removed the usage of the deprecated combobox. The Datetime Picker now uses the current combobox.
2428

ui/components/datepickers/RELEASENOTES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
### Added
1010

1111
- Added examples for Required, Required with Error states
12+
- Added `aria-label` to provide the full `DD MM YYYY` text of the date
1213

1314
### Fixed
1415

0 commit comments

Comments
 (0)