change defaultValue to value in using TextInputWithLocalizedPlaceholder (#1910)

This commit is contained in:
Saturnino Abril 2018-07-12 00:28:20 +08:00 committed by Elias Nahum
parent bc2e8bb0ea
commit 3af831f7d9

View file

@ -63,7 +63,7 @@ class NotificationSettingsMentionsAndroid extends NotificationSettingsMentionsBa
</View>
<TextInputWithLocalizedPlaceholder
autoFocus={true}
defaultValue={this.keywords}
value={this.keywords}
blurOnSubmit={false}
onChangeText={this.onKeywordsChangeText}
multiline={false}