class
TextArea
autoScrollToBottom:Bool
Whether to automatically scroll to the bottom of the text when typing or not.
dataSource:DataSource<String>
Might be more efficient to use to this field instead of directly setting
text if you work with large amounts of text.
text if you work with large amounts of text.
htmlText:String
A string containing HTML markup to be displayed inside the text field.
placeholder:String
Placeholder text to display inside the text area when text is empty.
wrap:Bool
Whether or not the text area should automatically transfer text for which
there isn't enough space from the end of the current line of text to the beginning of the next.
there isn't enough space from the end of the current line of text to the beginning of the next.