feat: invite field autofocus
This commit is contained in:
parent
ae965877f3
commit
7234ca69c8
|
@ -163,6 +163,7 @@ class AddPeopleDialog extends AbstractAddPeopleDialog<Props, State> {
|
|||
</View>
|
||||
<TextInput
|
||||
autoCorrect = { false }
|
||||
autoFocus = { true }
|
||||
onChangeText = { this._onTypeQuery }
|
||||
placeholder = {
|
||||
this.props.t(`inviteDialog.${placeholderKey}`)
|
||||
|
|
Loading…
Reference in New Issue