react-native-windows
react-native-windows copied to clipboard
[Fabric] Introducing autocapitalize prop in TextInput - Take 2
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