diff --git a/Libraries/Components/TextInput/TextInput.js b/Libraries/Components/TextInput/TextInput.js index d16115cad7e9bb..0de8d02e3e4b85 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, },