We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c679dab commit 2dd1dc0Copy full SHA for 2dd1dc0
Libraries/Text/TextInput/Multiline/RCTUITextView.m
@@ -145,6 +145,12 @@ - (void)setTextAlignment:(NSTextAlignment)textAlignment
145
_placeholderView.textAlignment = textAlignment;
146
}
147
148
+- (void)setAttributedText:(NSAttributedString *)attributedText
149
+{
150
+ [super setAttributedText:attributedText];
151
+ [self textDidChange];
152
+}
153
+
154
- (void)setSelectedTextRange:(UITextRange *)selectedTextRange notifyDelegate:(BOOL)notifyDelegate
155
{
156
if (!notifyDelegate) {
0 commit comments