Skip to content

Commit 972509c

Browse files
Fix(accessibility) fixed checkbox toggle is announced twice (#5186)
* Fixed - removed aria-live="assertive" * text updated --------- Co-authored-by: Manjunath Kalburgi <[email protected]>
1 parent 13a604c commit 972509c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ui/components/checkbox-toggle/RELEASENOTES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
# Checkbox Toggle Release Notes
44

55
<!-- ## [Unreleased] -->
6-
6+
## 2.22.0
7+
### Fixed
8+
- Fixed `NVDA` checkbox toggle is announced twice removed aria-live="assertive"
79
## 2.17.0
810

911
### Added

ui/components/checkbox-toggle/base/example.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ export let Toggle = props => (
4949
<span
5050
id={props.uniqueId}
5151
className={classNames('slds-checkbox_faux_container', props.className)}
52-
aria-live="assertive"
5352
>
5453
<span className="slds-checkbox_faux" />
5554
<span className={classNames('slds-checkbox_on', props.className)}>

0 commit comments

Comments
 (0)