- Remove try/catch around applyProperty in Style.ts method
- Fix TextField as it will fail once the above try/catch is removed
- Remove unnecessary calls to _updateTextDecoration & _updateTextTransform
- utils.setTextTransform & utils.setTextDecoration should be typed (not any) and split on several methods accepting different types
- Bug: Applying letter spacing to a TextField breaks the text-transform: uppercase and the text is no longer uppercase. When there is not letter spacing, the text is correctly rendered as uppercase.
- Cannot write into a TextField/TextView when we have FormattedText or text decorations.
- Update the TextField/TextView FormattedText Spans automatically when the user is typing or deleting characters.
Reactions are currently unavailable