Improved documentation for <TextInput clearButtonMode=...>

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
This commit is contained in:
Valentin Shergin 2018-02-02 11:17:14 -08:00 committed by Facebook Github Bot
parent 9f7cedbe14
commit ebc98840e9
1 changed files with 1 additions and 0 deletions

View File

@ -499,6 +499,7 @@ const TextInput = createReactClass({
defaultValue: PropTypes.string, defaultValue: PropTypes.string,
/** /**
* When the clear button should appear on the right side of the text view. * 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 * @platform ios
*/ */
clearButtonMode: PropTypes.oneOf([ clearButtonMode: PropTypes.oneOf([