mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Updated TextInput autoCompleteType prop to autoComplete 2/2 (#26010)
Summary: Fix for bug https://github.com/facebook/react-native/issues/26003 Rename TextInput prop "autoCompleteType" to "autoComplete". ## Changelog [Android] [Breaking] - Updated `autoCompleteType` prop of `TextInput` to `autoComplete` Pull Request resolved: https://github.com/facebook/react-native/pull/26010 Test Plan: Sandcastle Reviewed By: mdvacca Differential Revision: D29795575 Pulled By: lunaleaps fbshipit-source-id: 6eba7030968e9b7384529a43a6cd1b3c9e8b2a2c
This commit is contained in:
committed by
Facebook GitHub Bot
parent
cbec66ef92
commit
27fec9569e
@@ -97,7 +97,7 @@ export type NativeProps = $ReadOnly<{|
|
||||
*
|
||||
* @platform android
|
||||
*/
|
||||
autoCompleteType?: WithDefault<
|
||||
autoComplete?: WithDefault<
|
||||
| 'cc-csc'
|
||||
| 'cc-exp'
|
||||
| 'cc-exp-month'
|
||||
|
||||
Reference in New Issue
Block a user