Skip to content

Commit

Permalink
Making ariaLabel prop private (cerner#3681)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenBoersma authored Nov 17, 2022
1 parent 3174732 commit fa61f16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/terra-form-input/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* Changed
* Set the hideRequired prop to be private
* Set the isLabelHidden prop to be private
* Set the ariaLabel prop to be private

## 4.17.5 - (July 5, 2022)

Expand Down
1 change: 1 addition & 0 deletions packages/terra-form-input/src/Input.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ const propTypes = {
PropTypes.number,
]),
/**
* @private
* String that labels the current element. 'aria-label' must be present,
* for accessibility.
*/
Expand Down

0 comments on commit fa61f16

Please sign in to comment.