react-native-windows
react-native-windows copied to clipboard
Implement selection property for TextInput for fabric
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.
looks like implemented from js side https://github.com/microsoft/react-native-windows/blob/40f17ad07074133d02b34efc65d36a64061fa4f6/vnext/src-win/Libraries/Components/TextInput/TextInput.windows.js#L1221
needs investigation
value not updated in c++
Need to add logs and understand teh flow from js to c++