Skip to content

Commit 6c4ef28

Browse files
sherginfacebook-github-bot
authored andcommitted
Improved documentation for <TextInput caretHidden=...>
Summary: Documentation only. Created from Diffusion's 'Open in Editor' feature. Reviewed By: sahrens Differential Revision: D6878890 fbshipit-source-id: 23f58246625ab6664bc3dcd4490f24ee50e410c8
1 parent d7fa81f commit 6c4ef28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Libraries/Components/TextInput/TextInput.js

+1
Original file line numberDiff line numberDiff line change
@@ -591,6 +591,7 @@ const TextInput = createReactClass({
591591
]),
592592
/**
593593
* If `true`, caret is hidden. The default value is `false`.
594+
* This property is supported only for single-line TextInput component on iOS.
594595
*/
595596
caretHidden: PropTypes.bool,
596597
},

0 commit comments

Comments
 (0)