[PR #39] [MERGED] feat(chat-input): add support for custom placeholder in ChatInput.Field #66

Closed
opened 2026-02-16 02:18:02 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/chat-ui/pull/39
Author: @andvseti
Created: 1/14/2025
Status: Merged
Merged: 1/20/2025
Merged by: @marcusschiesser

Base: mainHead: main


📝 Commits (3)

  • 2709851 feat(chat-input): add support for custom placeholder in ChatInput.Field
  • 0992a32 Create gentle-falcons-rush.md
  • fdd0baf Fix formatting for gentle-falcons-rush.md

📊 Changes

2 files changed (+8 additions, -2 deletions)

View changed files

.changeset/gentle-falcons-rush.md (+5 -0)
📝 packages/chat-ui/src/chat/chat-input.tsx (+3 -2)

📄 Description

  • Added placeholder prop to ChatInputFieldProps interface.
  • Passed placeholder prop to Input and Textarea components.
  • Default placeholder text remains "Type a message" if not provided.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/chat-ui/pull/39 **Author:** [@andvseti](https://github.com/andvseti) **Created:** 1/14/2025 **Status:** ✅ Merged **Merged:** 1/20/2025 **Merged by:** [@marcusschiesser](https://github.com/marcusschiesser) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (3) - [`2709851`](https://github.com/run-llama/chat-ui/commit/27098515fe15b632298a93f19400c94d24dd1d83) feat(chat-input): add support for custom placeholder in ChatInput.Field - [`0992a32`](https://github.com/run-llama/chat-ui/commit/0992a3252917f7bb5026a9d7b259a924fd268920) Create gentle-falcons-rush.md - [`fdd0baf`](https://github.com/run-llama/chat-ui/commit/fdd0bafe657c8376179f3e368de915b8080597c0) Fix formatting for gentle-falcons-rush.md ### 📊 Changes **2 files changed** (+8 additions, -2 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/gentle-falcons-rush.md` (+5 -0) 📝 `packages/chat-ui/src/chat/chat-input.tsx` (+3 -2) </details> ### 📄 Description - Added `placeholder` prop to `ChatInputFieldProps` interface. - Passed `placeholder` prop to Input and Textarea components. - Default placeholder text remains "Type a message" if not provided. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 02:18:02 -05:00
yindo closed this issue 2026-02-16 02:18:02 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/chat-ui#66