Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-26554] Rich Text Format (RTF) in input field (Like as Textarea/Textbox).

GitHub Issuen/a
TypeNew Feature
PriorityNone
StatusClosed
ResolutionDone
Resolution Date2020-04-07T01:12:06.000+0000
Affected Version/sn/a
Fix Version/sn/a
Componentsn/a
Labelsn/a
ReporterRiduanul Islam
AssigneeUnknown
Created2018-11-13T16:47:55.000+0000
Updated2020-04-07T01:12:06.000+0000

Description

Customer is asking for rich text format in textarea or textbox where native platforms has this feature.

*iOS*: https://developer.apple.com/documentation/appkit/nstextview/1449538-richtext

*windows*: https://docs.microsoft.com/en-us/windows/uwp/design/controls-and-patterns/rich-edit-box

Where appcelerator has 'Attributed Strings' for text styling in label field not as input field. However, Customer will be happy if there've HTML support in textarea.

Comments

  1. Joshua Quick 2020-04-07

    We already support AttributedString in TextField and TextArea. https://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI.TextField-property-attributedString https://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI.TextArea-property-attributedString

JSON Source