Text area Input - Writer AI Studio

Documentation Index

Fetch the complete documentation index at: /llms.txt

Use this file to discover all available pages before exploring further.

A user input component that allows users to enter multi-line text values.

Overview

The Text area Input component allows users to enter multi-line text values. It’s designed for longer text content like descriptions, comments, reviews, or any content that requires multiple lines.

Common use cases

How it works

  1. Multi-line input: Users can enter text across multiple lines
  2. Manual resizing: Users can resize the text area by dragging the bottom corner
  3. State binding: Content automatically saves to the specified state variable
  4. Real-time events: Triggers events as users type or finish editing
  5. Configurable rows: Set the initial number of rows to display

The component provides a familiar text editing experience with manual resizing for longer content entry.

Configuration options

Basic settings

Styling options

Events

Example

Customer feedback form

This example shows how to create a customer feedback form with a text area for detailed comments.Interface:

Text area Input configuration:

Fields

Name Type Description Options
Label Text - -
Placeholder Text - -
Rows Number - -
Custom CSS classes Text CSS classes, separated by spaces. You can define classes in custom stylesheets. -