microsoft / react-native-macos

A framework for building native macOS apps with React.
https://microsoft.github.io/react-native-windows/
MIT License
3.57k stars 138 forks source link

fix(fabric, textinput): enable autocorrect / spell check / grammer check props #2290

Open Saadnajmi opened 5 days ago

Saadnajmi commented 5 days ago

This is part of a series of PRs where we are cherry-picking fixes from https://github.com/microsoft/react-native-macos/pull/2117 to update our Fabric implementation on macOS.

Summary:

React Native macOS on the old architecture has some macOS specific props for toggling some of the built-in autocorrect / spell check / grammer check in text inputs. This change cherry-picks the changes to bring them to the new architecture.

I needed to make a couple of followup changes:

Test Plan:

Testing...