From ebc98840e93c336e8c9e4a93c78e6ca03591f0ec Mon Sep 17 00:00:00 2001 From: Valentin Shergin Date: Fri, 2 Feb 2018 11:17:14 -0800 Subject: [PATCH] Improved documentation for Summary: Documentation only. Actual behaviour was never changed. Created from Diffusion's 'Open in Editor' feature. Reviewed By: sahrens Differential Revision: D6869466 fbshipit-source-id: 6e964433bb2b04b288736a3f01244285bc8c3fe8 --- 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 0de8d02e3..47e6bc4fc 100644 --- a/Libraries/Components/TextInput/TextInput.js +++ b/Libraries/Components/TextInput/TextInput.js @@ -499,6 +499,7 @@ const TextInput = createReactClass({ defaultValue: PropTypes.string, /** * When the clear button should appear on the right side of the text view. + * This property is supported only for single-line TextInput component. * @platform ios */ clearButtonMode: PropTypes.oneOf([