Skip to content

Commit

Permalink
fix(TextInput): aria-describedby casing (carbon-design-system#607)
Browse files Browse the repository at this point in the history
React warning throws if casing is off.
  • Loading branch information
Paul Sachs authored and tw15egan committed Feb 13, 2018
1 parent ac2f924 commit c95a560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TextInput/TextInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const TextInput = ({
{...textInputProps}
data-invalid
aria-invalid
aria-describedBy={errorId}
aria-describedby={errorId}
className={textInputClasses}
/>
) : (
Expand Down

0 comments on commit c95a560

Please sign in to comment.