react-native-windows icon indicating copy to clipboard operation
react-native-windows copied to clipboard

[Fabric] Introducing autocapitalize prop in TextInput - Take 2

Open danielayala94 opened this issue 1 year ago • 0 comments

Description

Type of Change

New feature.

Why

Enables TextInput controls to autocapitalize letters, depending on the selected mode. This PR introduces support for characters. words and sentences are out of scope, tracked in #13479.

Resolves #13120

What

Introduced logic to update the TextInput during updateProps(), to enable/disable all character capitalization.

Testing

  • Tested manually by running the E2E Fabric Test App via Visual Studio, then typing on the corresponding TextInput fields.
  • Reused existing unit tests to run as part of the TextInputComponentTest suite.

Changelog

Yes

Microsoft Reviewers: Open in CodeFlow

danielayala94 avatar Jun 13 '24 00:06 danielayala94