Skip to content

Commit

Permalink
Improved documentation for <TextInput caretHidden=...>
Browse files Browse the repository at this point in the history
Summary:
Documentation only.

Created from Diffusion's 'Open in Editor' feature.

Reviewed By: sahrens

Differential Revision: D6878890

fbshipit-source-id: 23f58246625ab6664bc3dcd4490f24ee50e410c8
  • Loading branch information
shergin authored and facebook-github-bot committed Feb 2, 2018
1 parent d7fa81f commit 6c4ef28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Libraries/Components/TextInput/TextInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -591,6 +591,7 @@ const TextInput = createReactClass({
]),
/**
* If `true`, caret is hidden. The default value is `false`.
* This property is supported only for single-line TextInput component on iOS.
*/
caretHidden: PropTypes.bool,
},
Expand Down

0 comments on commit 6c4ef28

Please sign in to comment.