[react_native] JS files from D1955360: [react_native] Implement TextInput end editing

This commit is contained in:
Andrei Coman 2015-04-08 08:26:14 -07:00
parent 805d52198c
commit 341d1a12bf
1 changed files with 2 additions and 0 deletions

View File

@ -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}