Skip to content

Commit

Permalink
add prop description
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmaltsev committed Oct 31, 2017
1 parent 6b4069a commit f35fdd8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/reactackle-text-field/src/TextField.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,9 @@ const propTypes = {
min: PropTypes.number,
max: PropTypes.number,
}),
/**
* Specify type of resizing, only applied in multiline TextField
*/
resize: PropTypes.oneOf(['none', 'manual', 'auto']),
/**
* @ignore
Expand Down

0 comments on commit f35fdd8

Please sign in to comment.