Skip to content

Commit

Permalink
fix(text-area): remove aria-placeholder prop (#7421)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
joshblack and kodiakhq[bot] committed Dec 9, 2020
1 parent b39e260 commit 73f18a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react/src/components/TextArea/TextArea.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ const TextArea = React.forwardRef(function TextArea(
{...other}
{...textareaProps}
placeholder={placeholder || null}
aria-placeholder={placeholder || null} // for JAWS support
className={textareaClasses}
aria-invalid={invalid || null}
aria-describedby={invalid ? errorId : null}
Expand Down

0 comments on commit 73f18a1

Please sign in to comment.