Skip to content

Commit

Permalink
fix(text-input): textarea -> input (#12220)
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
metonym and kodiakhq[bot] committed Oct 4, 2022
1 parent 1d534d8 commit 61d7c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/components/TextInput/TextInput.js
Expand Up @@ -281,7 +281,7 @@ TextInput.propTypes = {
light: PropTypes.bool,

/**
* Max character count allowed for the textarea. This is needed in order for enableCounter to display
* Max character count allowed for the input. This is needed in order for enableCounter to display
*/
maxCount: PropTypes.number,

Expand Down

0 comments on commit 61d7c9b

Please sign in to comment.