mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-28 08:07:25 +08:00
Keep placeholder paragraph style same with text input (#23763)
Summary: Keep placeholder paragraph style same with text input. [iOS] [Fixed] - Keep placeholder paragraph style same with text input Pull Request resolved: https://github.com/facebook/react-native/pull/23763 Differential Revision: D14320996 Pulled By: cpojer fbshipit-source-id: 07c20722809395a74a48300fbb7cadebb8707b03
This commit is contained in:
committed by
Facebook Github Bot
parent
8491cc36dd
commit
debd4462e0
@@ -66,6 +66,11 @@ extern NSString *const RCTTextAttributesTagAttributeName;
|
||||
*/
|
||||
- (NSDictionary<NSAttributedStringKey, id> *)effectiveTextAttributes;
|
||||
|
||||
/**
|
||||
* Constructed paragraph style.
|
||||
*/
|
||||
- (NSParagraphStyle *_Nullable)effectiveParagraphStyle;
|
||||
|
||||
/**
|
||||
* Constructed font.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user