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
This commit is contained in:
Valentin Shergin 2018-02-01 23:06:01 -08:00 коммит произвёл Facebook Github Bot
Родитель d7fa81f181
Коммит 6c4ef287ad
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -591,6 +591,7 @@ const TextInput = createReactClass({
]), ]),
/** /**
* If `true`, caret is hidden. The default value is `false`. * 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, caretHidden: PropTypes.bool,
}, },