react-native-macos/Libraries/Components/TextInput
jeswinsimon 8066bc9ff6 Updated TextInput autoCompleteType prop to autoComplete 1/2 (#26010)
Summary:
Fix for bug https://github.com/facebook/react-native/issues/26003 Rename TextInput prop "autoCompleteType" to "autoComplete".

## Changelog

[Android] [Changed] - Updated `autoCompleteType` prop of `TextInput` to `autoComplete`

Pull Request resolved: https://github.com/facebook/react-native/pull/26010

Test Plan:
Test Pass

PR for [Doc Update](https://github.com/facebook/react-native-website/pull/1184)

Reviewed By: mdvacca

Differential Revision: D29980220

Pulled By: lunaleaps

fbshipit-source-id: 3c9e7d3250b5f95b0dbd523fdb0d917a039cd6a9
2021-07-30 03:16:35 -07:00
..
__tests__ Remove "use strict" directive from ES Modules 2021-02-02 11:12:56 -08:00
AndroidTextInputNativeComponent.js Add support to URI keyboard type in Android (#31781) 2021-07-16 05:13:07 -07:00
AndroidTextInputViewConfig.js Updated TextInput autoCompleteType prop to autoComplete 1/2 (#26010) 2021-07-30 03:16:35 -07:00
InputAccessoryView.js Convert require to import in Libraries/Components 2021-04-26 12:50:59 -07:00
RCTInputAccessoryViewNativeComponent.js Remove "use strict" directive from ES Modules 2021-02-02 11:12:56 -08:00
RCTMultilineTextInputNativeComponent.js Refactor RCTMultilineTextInputNativeComponent to use NativeComponentRegistry instead of requireNativeComponent 2021-04-30 17:41:25 -07:00
RCTSingelineTextInputNativeComponent.js Refactor RCTSingelineTextInputNativeComponent to use NativeComponentRegistry instead of requireNativeComponent 2021-04-30 17:41:25 -07:00
RCTTextInputViewConfig.js Refactor RCTSingelineTextInputNativeComponent to use NativeComponentRegistry instead of requireNativeComponent 2021-04-30 17:41:25 -07:00
TextInput.js Migrate to androidx.autofill.HintConstants & Support all constant types (#28008) 2021-07-21 15:14:41 -07:00
TextInputNativeCommands.js Remove "use strict" directive from ES Modules 2021-02-02 11:12:56 -08:00
TextInputState.js Wrong warning message 2021-07-22 08:28:02 -07:00