Skip to content

Commit

Permalink
Improved documentation for <TextInput clearButtonMode=...>
Browse files Browse the repository at this point in the history
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
  • Loading branch information
shergin authored and Plo4ox committed Feb 17, 2018
1 parent 9af3d2e commit 5c8e2db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Libraries/Components/TextInput/TextInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -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([
Expand Down

0 comments on commit 5c8e2db

Please sign in to comment.