react-native-windows icon indicating copy to clipboard operation
react-native-windows copied to clipboard

Implement selection property for TextInput for fabric

Open jonthysell opened this issue 1 year ago • 3 comments

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.

jonthysell avatar Apr 29 '24 22:04 jonthysell

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

anupriya13 avatar Jun 17 '25 09:06 anupriya13

needs investigation

iamAbhi-916 avatar Jun 17 '25 10:06 iamAbhi-916

value not updated in c++

Image

Need to add logs and understand teh flow from js to c++

anupriya13 avatar Jun 17 '25 10:06 anupriya13