Skip to content

Conversation

@NickGerleman
Copy link
Contributor

@NickGerleman NickGerleman commented Aug 11, 2020

Fixes #4694
Fixes #4594

This Integration pushes us another two weeks ahead. The most interesting changes here are the removal of Checkbox from core and the introduction of a TextInput ViewManager commands for non-Android platforms that we needed to replicate. This meant bringing back a working copy of TextInputExample to validate, where we see some issues which were separately logged.

Note that this change doesn't try to sync TextInput changes for react-native-win32, since its internal implementation is independent of React Native core's (And was already using separate ViewManager commands).

Microsoft Reviewers: Open in CodeFlow

Copy link
Member

@dannyvv dannyvv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@NickGerleman NickGerleman added the AutoMerge Causes a PR to be automatically merged once all requirements are passed (label drives bot activity) label Aug 11, 2020
@ghost
Copy link

ghost commented Aug 11, 2020

Hello @NickGerleman!

Because this pull request has the AutoMerge label, I will be glad to assist with helping to merge this pull request once all check-in policies pass.

Do note that I've been instructed to only help merge pull requests of this repository that have been opened for at least 10 hours, a condition that will be fulfilled in about 1 hour 24 minutes. No worries though, I will be back when the time is right! 😉

p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (@msftbot) and give me an instruction to get started! Learn more here.

@ghost ghost merged commit 4af6037 into microsoft:master Aug 11, 2020
rozele added a commit to rozele/react-native-windows that referenced this pull request Oct 6, 2021
…tInput selection

Summary:
This diff cherry-picks the following commits from react-native-windows:
* **4af6037c** - Integrate 4/22 Nightly Build (microsoft#5690)
  * Only kept native changes to TextInputViewManager.cpp from this commit.
* **b8c063d1** - Fix Errant "Nested elements in TextInput are currently unsupported on…
  * Needed to eliminate spurious yellow box cherry-picked in **4af6037c**
* **c9f64057** - [FIX] Cursor resetting in TextInput (microsoft#7056)
  * Actual fix for TextBox selection reset

Test Plan:
1. Cloned to FBS
2. Compile Archon
3. Confirm TextInput cursor fixed

{F447085524}

For reference, here was the old behavior:

{F447112485}


Reviewers: skyle, mylando

Reviewed By: skyle

Subscribers: eliwhite

Differential Revision: https://phabricator.intern.facebook.com/D26781359

Tasks: T85939098

Tags: ddr_ml_flagged_advice

Signature: 26781359:1614791211:f409bbfd5723d484e15ea5cb78ff7f1f69105a66
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area: CheckBox Area: Tests Area: TextInput AutoMerge Causes a PR to be automatically merged once all requirements are passed (label drives bot activity)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove deprecated Checkbox component from RNW core. Reimplement TextInputExample RNTester Page

3 participants