change defaultValue to value in using TextInputWithLocalizedPlaceholder (#1910)
This commit is contained in:
parent
bc2e8bb0ea
commit
3af831f7d9
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue