Fixed WebView example

This commit is contained in:
Nick Lockwood
2015-08-27 14:04:59 -07:00
parent 99bd57aef2
commit fa6bc1c3cd
2 changed files with 2 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ var WebViewExample = React.createClass({
<TextInput
ref={TEXT_INPUT_REF}
autoCapitalize="none"
value={this.state.url}
defaultValue={this.state.url}
onSubmitEditing={this.onSubmitEditing}
onChange={this.handleTextInputChange}
clearButtonMode="while-editing"