Saúl Ibarra Corretgé 3 lat temu
rodzic
commit
f63b161955

+ 1
- 0
react/features/authentication/components/native/LoginDialog.js Wyświetl plik

167
                         onChangeText = { this._onUsernameChange }
167
                         onChangeText = { this._onUsernameChange }
168
                         placeholder = { 'user@domain.com' }
168
                         placeholder = { 'user@domain.com' }
169
                         placeholderTextColor = { PLACEHOLDER_COLOR }
169
                         placeholderTextColor = { PLACEHOLDER_COLOR }
170
+                        spellCheck = { false }
170
                         style = { _dialogStyles.field }
171
                         style = { _dialogStyles.field }
171
                         underlineColorAndroid = { FIELD_UNDERLINE }
172
                         underlineColorAndroid = { FIELD_UNDERLINE }
172
                         value = { this.state.username } />
173
                         value = { this.state.username } />

+ 1
- 0
react/features/invite/components/add-people-dialog/native/AddPeopleDialog.js Wyświetl plik

200
                         }
200
                         }
201
                         placeholderTextColor = { ColorPalette.lightGrey }
201
                         placeholderTextColor = { ColorPalette.lightGrey }
202
                         ref = { this._setFieldRef }
202
                         ref = { this._setFieldRef }
203
+                        spellCheck = { false }
203
                         style = { styles.searchField }
204
                         style = { styles.searchField }
204
                         value = { this.state.fieldValue } />
205
                         value = { this.state.fieldValue } />
205
                     { this._renderClearButton() }
206
                     { this._renderClearButton() }

+ 3
- 0
react/features/settings/components/native/SettingsView.js Wyświetl plik

170
                             mode = 'outlined'
170
                             mode = 'outlined'
171
                             onChangeText = { this._onChangeDisplayName }
171
                             onChangeText = { this._onChangeDisplayName }
172
                             placeholder = 'John Doe'
172
                             placeholder = 'John Doe'
173
+                            spellCheck = { false }
173
                             style = { styles.textInputContainer }
174
                             style = { styles.textInputContainer }
174
                             textContentType = { 'name' } // iOS only
175
                             textContentType = { 'name' } // iOS only
175
                             theme = {{
176
                             theme = {{
188
                             mode = 'outlined'
189
                             mode = 'outlined'
189
                             onChangeText = { this._onChangeEmail }
190
                             onChangeText = { this._onChangeEmail }
190
                             placeholder = 'email@example.com'
191
                             placeholder = 'email@example.com'
192
+                            spellCheck = { false }
191
                             style = { styles.textInputContainer }
193
                             style = { styles.textInputContainer }
192
                             textContentType = { 'emailAddress' } // iOS only
194
                             textContentType = { 'emailAddress' } // iOS only
193
                             theme = {{
195
                             theme = {{
212
                             onBlur = { this._onBlurServerURL }
214
                             onBlur = { this._onBlurServerURL }
213
                             onChangeText = { this._onChangeServerURL }
215
                             onChangeText = { this._onChangeServerURL }
214
                             placeholder = { this.props._serverURL }
216
                             placeholder = { this.props._serverURL }
217
+                            spellCheck = { false }
215
                             style = { styles.textInputContainer }
218
                             style = { styles.textInputContainer }
216
                             textContentType = { 'URL' } // iOS only
219
                             textContentType = { 'URL' } // iOS only
217
                             theme = {{
220
                             theme = {{

+ 1
- 0
react/features/welcome/components/WelcomePage.native.js Wyświetl plik

311
                                 placeholder = { this.state.roomPlaceholder }
311
                                 placeholder = { this.state.roomPlaceholder }
312
                                 placeholderTextColor = { PLACEHOLDER_TEXT_COLOR }
312
                                 placeholderTextColor = { PLACEHOLDER_TEXT_COLOR }
313
                                 returnKeyType = { 'go' }
313
                                 returnKeyType = { 'go' }
314
+                                spellCheck = { false }
314
                                 style = { styles.textInput }
315
                                 style = { styles.textInput }
315
                                 underlineColorAndroid = 'transparent'
316
                                 underlineColorAndroid = 'transparent'
316
                                 value = { this.state.room } />
317
                                 value = { this.state.room } />

Ładowanie…
Anuluj
Zapisz