The textarea component allows creators to enter longer, multi-line text content. It’s ideal for collecting descriptions, messages, body content, or any text that requires multiple lines and more space than a single-line input. The textarea provides an expandable interface that accommodates extensive text-based information.Documentation Index
Fetch the complete documentation index at: https://developers.kit.com/llms.txt
Use this file to discover all available pages before exploring further.

Compatibility
| Plugin type | Availability | Additional notes |
|---|---|---|
| Content blocks | ||
| Media source | Available as part of the preset search functionality. Check media source documentation for more details. |
Properties
textarea - the type of the componentA unique internal-only identifier that is posted to an app’s plugin server to share values inputted by the creator
Creator-facing identifier that is shown in the plugin environment (64 character limit)
Placeholder text displayed in the textarea when empty
Default value when the component first loads
Maximum character limit for the textarea content. Set to
null for unlimited lengthDetermines whether the creator must enter text before proceeding
Brief creator-facing explanation that clarifies the component’s purpose and usage (256 character limit. Supports markdown:
[text](url), **bold**, and *italic*)Allows for the field to be shown conditionally, dependent on other fields. See dependencies page for more details.