microsoft / react-native-windows

A framework for building native Windows apps with React.
https://microsoft.github.io/react-native-windows/
Other
16k stars 1.13k forks source link

Implement selection property for TextInput for fabric #13131

Open jonthysell opened 2 weeks ago

jonthysell commented 2 weeks ago

Implement the selection property for the fabric implementation of TextInput.

This property was available in RNW Paper via TextInputViewManager.

See https://reactnative.dev/docs/textinput#selection for details.