Skip to content

Commit

Permalink
Stub for caretHidden prop in RCTUITextView
Browse files Browse the repository at this point in the history
Summary:
Even if we don't support this prop yet, we have to expose this in RCTUITextView to conform the contract between ViewManager and ShadowView.
Same story as D6842304.
Depends on D6842304.

Reviewed By: fmoo

Differential Revision: D6869750

fbshipit-source-id: 9b35f1a38040319ec66f1ec12f97ac739f8b204f
  • Loading branch information
shergin authored and facebook-github-bot committed Feb 1, 2018
1 parent 9227ba7 commit 74963eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Libraries/Text/TextInput/Multiline/RCTUITextView.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ NS_ASSUME_NONNULL_BEGIN
// it's declared here only to conform to the interface.
@property (nonatomic, assign) UITextFieldViewMode clearButtonMode;

// The `caretHidden` property actually is not supported yet;
// it's declared here only to conform to the interface.
@property (nonatomic, assign) BOOL caretHidden;

@end

NS_ASSUME_NONNULL_END

0 comments on commit 74963eb

Please sign in to comment.