From 6c4ef287ad95eb14475a9f512487e5d05949309a Mon Sep 17 00:00:00 2001 From: Valentin Shergin Date: Thu, 1 Feb 2018 23:06:01 -0800 Subject: [PATCH] Improved documentation for Summary: Documentation only. Created from Diffusion's 'Open in Editor' feature. Reviewed By: sahrens Differential Revision: D6878890 fbshipit-source-id: 23f58246625ab6664bc3dcd4490f24ee50e410c8 --- Libraries/Components/TextInput/TextInput.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Libraries/Components/TextInput/TextInput.js b/Libraries/Components/TextInput/TextInput.js index d16115cad7..0de8d02e3e 100644 --- a/Libraries/Components/TextInput/TextInput.js +++ b/Libraries/Components/TextInput/TextInput.js @@ -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, },