Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Fixed JAWS reading label twice issue in time input
Browse files Browse the repository at this point in the history
  • Loading branch information
PK106552 committed Feb 2, 2024
1 parent 86df956 commit 0084f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/terra-time-input/src/TimeInput.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -1014,7 +1014,7 @@ class TimeInput extends React.Component {
ref={this.timeInputContainer}
className={cx('time-input-container', theme.className)}
>
<div className={timeInputClassNames} role="group" aria-label={this.a11yLabel}>
<div className={timeInputClassNames} role="group">
{/*
"Time of Birth group. Time of birth Hours input., ..."
All of the controls should be presented as a group to assistive technologies. Then, each component also
Expand Down

0 comments on commit 0084f4d

Please sign in to comment.