<text-editor>
Text editors display a multi-line text input for text editing.
Example
xml
<text-editor content="content" />Attributes
| Attribute | Type | Required |
|---|---|---|
content | string | Yes |
id | string | No |
placeholder | string | No |
width | float | No |
height | Length | No |
min-height | float | No |
max-height | float | No |
on-action | string | No |
font | string | No |
size | float | No |
line-height | LineHeight | No |
padding | float | No |
padding-top | float | No |
padding-right | float | No |
padding-bottom | float | No |
padding-left | float | No |
wrapping | Wrapping | No |
key-binding | string | No |
style | string | No |