Textarea
Textarea renders a multi-line text input and sends a payload with value = string to Lua on change.
API
Props
| Prop | Type | Description |
|---|---|---|
value | string | reactive getter | Current text. |
placeholder | string | Placeholder text. |
onChange | function(payload) | Receives a payload with value = string. |
textareaClassName, inputClassName | string | Textarea element classes. |
className, style | mixed | Common LUI styling props. |
