Skip to content

Commit ebc9884

Browse files
sherginfacebook-github-bot
authored andcommitted
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
1 parent 9f7cedb commit ebc9884

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: Libraries/Components/TextInput/TextInput.js

+1
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,7 @@ const TextInput = createReactClass({
499499
defaultValue: PropTypes.string,
500500
/**
501501
* When the clear button should appear on the right side of the text view.
502+
* This property is supported only for single-line TextInput component.
502503
* @platform ios
503504
*/
504505
clearButtonMode: PropTypes.oneOf([

0 commit comments

Comments
 (0)