[react_native] JS files from D1955360: [react_native] Implement TextInput end editing
This commit is contained in:
parent
805d52198c
commit
341d1a12bf
|
@ -503,6 +503,8 @@ var TextInput = React.createClass({
|
|||
onFocus={this._onFocus}
|
||||
onBlur={this._onBlur}
|
||||
onChange={this._onChange}
|
||||
onEndEditing={this.props.onEndEditing}
|
||||
onSubmitEditing={this.props.onSubmitEditing}
|
||||
password={this.props.password}
|
||||
placeholder={this.props.placeholder}
|
||||
value={this.state.bufferedValue}
|
||||
|
|
Loading…
Reference in New Issue