Uh oh!
There was an error while loading. Please reload this page.
Align logic in BaseTextInputShadowNode to getAttributedString with AndroidTextInputShadowNode - #48586
Closed
christophpurrer wants to merge 2 commits into
Closed
Align logic in BaseTextInputShadowNode to getAttributedString with AndroidTextInputShadowNode#48586christophpurrer wants to merge 2 commits into
christophpurrer wants to merge 2 commits into
Conversation
facebook-github-bot
commented
Jan 10, 2025
Contributor
This pull request was exported from Phabricator. Differential Revision: D68005037 |
christophpurrerforce-pushed
the
export-D68005037
branch
from
January 15, 2025 22:03
6009d5c to
7f895bcComparefacebook-github-bot
commented
Jan 15, 2025
Contributor
This pull request was exported from Phabricator. Differential Revision: D68005037 |
christophpurrerforce-pushed
the
export-D68005037
branch
from
January 16, 2025 19:48
7f895bc to
5fdd97dComparefacebook-github-bot
commented
Jan 16, 2025
Contributor
This pull request was exported from Phabricator. Differential Revision: D68005037 |
christophpurrerforce-pushed
the
export-D68005037
branch
from
February 15, 2025 03:03
5fdd97d to
669d55aComparefacebook-github-bot
commented
Feb 15, 2025
Contributor
This pull request was exported from Phabricator. Differential Revision: D68005037 |
christophpurrerforce-pushed
the
export-D68005037
branch
from
February 15, 2025 03:10
669d55a to
61ce1e7Comparefacebook-github-bot
commented
Feb 15, 2025
Contributor
This pull request was exported from Phabricator. Differential Revision: D68005037 |
christophpurrerforce-pushed
the
export-D68005037
branch
from
February 15, 2025 03:12
61ce1e7 to
06ba2fdComparefacebook-github-bot
commented
Feb 15, 2025
Contributor
This pull request was exported from Phabricator. Differential Revision: D68005037 |
…ed with AndroidTextInputShadowNode (react#48585) Summary: [Changelog] [Internal] - Align logic in BaseTextInputShadowNode to determine updateStateIfNeeded with AndroidTextInputShadowNode As a preparation for react#48165 this aligns the implementation of those 2 methods Reviewed By: javache Differential Revision: D68004755
…droidTextInputShadowNode (react#48586) Summary: [Changelog] [Internal] - Align logic in BaseTextInputShadowNode to getAttributedString with AndroidTextInputShadowNode As a preparation for react#48165 this aligns the implementation of those 2 methods Differential Revision: D68005037
christophpurrerforce-pushed
the
export-D68005037
branch
from
February 15, 2025 03:20
06ba2fd to
9213ef4Comparefacebook-github-bot
commented
Feb 15, 2025
Contributor
This pull request was exported from Phabricator. Differential Revision: D68005037 |
christophpurrer added a commit
to christophpurrer/react-native-macos
that referenced
this pull request
Feb 15, 2025
…droidTextInputShadowNode (react#48586) Summary: [Changelog] [Internal] - Align logic in BaseTextInputShadowNode to getAttributedString with AndroidTextInputShadowNode As a preparation for react#48165 this aligns the implementation of those 2 methods Differential Revision: D68005037
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
[Changelog] [Internal] - Align logic in BaseTextInputShadowNode to getAttributedString with AndroidTextInputShadowNode
As a preparation for #48165 this aligns the implementation of those 2 methods
Differential Revision: D68005037