mirror of
https://github.com/status-im/react-native.git
synced 2025-02-05 06:04:15 +00:00
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:
parent
9f7cedbe14
commit
ebc98840e9
@ -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([
|
||||
|
Loading…
x
Reference in New Issue
Block a user