소스 검색

feat: invite field autofocus

master
Bettenbuk Zoltan 6 년 전
부모
커밋
7234ca69c8
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      react/features/invite/components/add-people-dialog/native/AddPeopleDialog.js

+ 1
- 0
react/features/invite/components/add-people-dialog/native/AddPeopleDialog.js 파일 보기

163
                         </View>
163
                         </View>
164
                         <TextInput
164
                         <TextInput
165
                             autoCorrect = { false }
165
                             autoCorrect = { false }
166
+                            autoFocus = { true }
166
                             onChangeText = { this._onTypeQuery }
167
                             onChangeText = { this._onTypeQuery }
167
                             placeholder = {
168
                             placeholder = {
168
                                 this.props.t(`inviteDialog.${placeholderKey}`)
169
                                 this.props.t(`inviteDialog.${placeholderKey}`)

Loading…
취소
저장