From 9d7add94400d0d5f901b73976557054c47d3a419 Mon Sep 17 00:00:00 2001
From: Daniel Ayala <14967941+danielayala94@users.noreply.github.com>
Date: Mon, 10 Mar 2025 12:44:25 -0700
Subject: [PATCH 1/7] Introduce selectTextOnFocuis
---
packages/playground/Samples/textinput.tsx | 11 ++++++
.../WindowsTextInputComponentView.cpp | 35 ++++++++++++++++++-
.../TextInput/WindowsTextInputComponentView.h | 2 ++
3 files changed, 47 insertions(+), 1 deletion(-)
diff --git a/packages/playground/Samples/textinput.tsx b/packages/playground/Samples/textinput.tsx
index 78e826bb7f0..10c05b2cafd 100644
--- a/packages/playground/Samples/textinput.tsx
+++ b/packages/playground/Samples/textinput.tsx
@@ -126,6 +126,17 @@ export default class Bootstrap extends React.Component<{}, any> {
clearTextOnFocus={true}
placeholder={'Clear text on focus'}
/>
+
+