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