microsoft / react-native-windows

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

Implement clearTextOnFocus property for TextInput for fabric #13122

Closed jonthysell closed 4 months ago

jonthysell commented 5 months ago

Implement the clearTextOnFocus property for the fabric implementation of TextInput.

This property was available in RNW Paper via TextInputViewManager.

See https://reactnative.dev/docs/textinput#cleartextonfocus-ios for details.

TatianaKapos commented 4 months ago

clearTextOnSubmit: https://github.com/microsoft/react-native-windows/pull/12746, not everything will be similar but a good starting point on where to implement the code!

First Steps will be to see what IOS/Android/Web does for this property on Expo Snack and then look and see what we implemented on Paper.