瀏覽代碼

[RN] Fix iOS keyboard bug on invite search dialog

master
Bettenbuk Zoltan 6 年之前
父節點
當前提交
e98c169c2f
共有 1 個檔案被更改,包括 0 行新增1 行删除
  1. 0
    1
      react/features/invite/components/add-people-dialog/native/AddPeopleDialog.js

+ 0
- 1
react/features/invite/components/add-people-dialog/native/AddPeopleDialog.js 查看文件

168
                         </View>
168
                         </View>
169
                         <TextInput
169
                         <TextInput
170
                             autoCorrect = { false }
170
                             autoCorrect = { false }
171
-                            editable = { !this.state.searchInprogress }
172
                             onChangeText = { this._onTypeQuery }
171
                             onChangeText = { this._onTypeQuery }
173
                             placeholder = {
172
                             placeholder = {
174
                                 this.props.t(`inviteDialog.${placeholderKey}`)
173
                                 this.props.t(`inviteDialog.${placeholderKey}`)

Loading…
取消
儲存