[RN] Fix iOS keyboard bug on invite search dialog

This commit is contained in:
Bettenbuk Zoltan 2019-04-24 11:01:23 +02:00 committed by Zoltan Bettenbuk
parent 6bf962817b
commit e98c169c2f
1 changed files with 0 additions and 1 deletions

View File

@ -168,7 +168,6 @@ class AddPeopleDialog extends AbstractAddPeopleDialog<Props, State> {
</View>
<TextInput
autoCorrect = { false }
editable = { !this.state.searchInprogress }
onChangeText = { this._onTypeQuery }
placeholder = {
this.props.t(`inviteDialog.${placeholderKey}`)