Documentation Index
Fetch the complete documentation index at: https://docs.sure-developer.com/llms.txt
Use this file to discover all available pages before exploring further.
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. |
