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:
I needed to add the emitted events to the static view config. I think this is because when the commits were made, static view config validation wasn't enabled in React Native yet.
-I changed the paper event types to direct events. These feel like they should be direct events, and now they are for both paper and fabric
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...