Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(chat-input): add support for custom placeholder in ChatInput.Field #39

Merged
merged 3 commits into from
Jan 20, 2025

Conversation

andvseti
Copy link
Contributor

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

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

changeset-bot bot commented Jan 14, 2025

🦋 Changeset detected

Latest commit: fdd0baf

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@llamaindex/chat-ui Patch
web Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@marcusschiesser
Copy link
Collaborator

Thanks @andvseti looks great. How are you using chat-ui?

@marcusschiesser
Copy link
Collaborator

@andvseti please look at the ci error

@andvseti
Copy link
Contributor Author

Thanks @andvseti looks great. How are you using chat-ui?

Hi @marcusschiesser, thank you! I started this project using create-llama, and chat-ui is a core part of it. The bot is used internally for working with documentation and improving access to resources via LlamaIndex.

@marcusschiesser
Copy link
Collaborator

@andvseti great! let me know if you're missing some features - you can open a ticket - always good to get some feedback

@marcusschiesser marcusschiesser merged commit f2e7014 into run-llama:main Jan 20, 2025
1 check passed
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.

2 participants