Skip to content

Conversation

@SachinJangirX
Copy link

Problem

Pasting short prompts into the dialog textarea did not resize the input,
causing clipped and janky rendering.

Solution

  • Made textarea height reactive to content changes
  • Handled paste and typing via onContentChange
  • Added sensible min/max height bounds

Testing

  • Pasted short (<150 char) prompts
  • Pasted multiline text
  • Verified textarea resizes smoothly and submit works correctly

Fixes #6069

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Issue with Prompt Input of long messages less than 150 characters

1 participant