mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
text-transform added
This commit is contained in:
@@ -96,6 +96,7 @@ export class TextBase extends view.View implements definition.TextBase, formatte
|
||||
else if (this.ios) {
|
||||
this.ios.text = data.newValue + "";
|
||||
this.style._updateTextDecoration();
|
||||
this.style._updateTextTransform();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -105,6 +106,7 @@ export class TextBase extends view.View implements definition.TextBase, formatte
|
||||
} else if (this.ios) {
|
||||
this.ios.attributedText = value._formattedText;
|
||||
this.style._updateTextDecoration();
|
||||
this.style._updateTextTransform();
|
||||
this.requestLayout();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user