Skip to content

Commit

Permalink
docs(TextInput): fix prop type descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod committed Jun 13, 2019
1 parent 6faa37b commit 146d550
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react/src/components/TextInput/TextInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ TextInput.propTypes = {
charCount: PropTypes.bool,

/**
* The maximum allowed input value length
* Specify if the user should be able to edit the value of the input
*/
readOnly: PropTypes.bool,

Expand All @@ -274,7 +274,7 @@ TextInput.propTypes = {
readOnlyIconLabel: PropTypes.string,

/**
* Specify if the user should be able to edit the value of the input
* The maximum allowed input value length
*/
maxLength: PropTypes.number,
};
Expand Down

0 comments on commit 146d550

Please sign in to comment.