Browse Source

[RN] Fix iOS keyboard bug on invite search dialog

master
Bettenbuk Zoltan 6 years ago
parent
commit
e98c169c2f

+ 0
- 1
react/features/invite/components/add-people-dialog/native/AddPeopleDialog.js View File

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…
Cancel
Save