forked from microsoft/react-native-macos
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[RN][macos] Remove irrelevant context menu items for single/multiline…
… text input Summary: **Context** Strip out irrelevant menu items from TextInput context menu for single & multi line inputs. **Change** - Expose public static method on RCTTextView.h for determining submenu - Add delegate methods for single/multi line inputs - Filter the menu items with block Test Plan: ## Singleline input |before|after| |{F743226674}|{F743226745}| ## Multiline input |before|after| |{F743226792}|{F743226809}| Reviewers: lyahdav, ericroz, #seller_expansion Reviewed By: lyahdav Subscribers: alexhenry Differential Revision: https://phabricator.intern.facebook.com/D37199687 Tasks: T114066390 Tags: marketplace, oncall, oncallteam-react-native-desktop, marketplace_seller_expansion
- Loading branch information
Shawn Dempsey
committed
Nov 21, 2022
1 parent
0f7d8f2
commit 99b53c5
Showing
5 changed files
with
49 additions
and
22 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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