Circle V2 API Docs
    Preparing search index...
    • A Textarea that grows with its content up to a max height, then scrolls.

      Height bounds are enforced; callers cannot override rows, resize, minHeight, maxHeight, or overflowY — use minHeightPx / maxHeightPx instead.

      Parameters

      Returns Element

      <AutosizeTextarea value={value} onChange={(e) => setValue(e.target.value)} />