-
Notifications
You must be signed in to change notification settings - Fork 158
Input multiple lines #68
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
Input multiple lines #68
Conversation
…ng in Chat component
… attachment button
…proved input handling
could you fix Textarea to have support for dark mode as well, like all the other componens? toggle dark mode with the switch on top to check |
… for improved accessibility and UI consistency
… Textarea components
@threepointone thank you for the heads up. It is fixed now! |
looks good. can you remove the attachment button altogether until we land the feature? |
Of course, @threepointone . Done! |
the border around the textarea is too dark (in light mode) can you adjust it to match the rest of the ui? tagging @stritt here since this adds a new component, will merge after his goahead |
@threepointone good point. Done it. Looking for @stritt approval too! |
…anced UI consistency
@Brayden I've done the changes. Let me know if you spot anything else! |
This pull request intended to solve THIS issue.
So the input now support multiple lines just like ChatGPT. I've got some idea from Vercel's Chat SDK about the look and functionality.
Here is a screenshot for reference:

The file attachment button is disabled until we don't have the file attachment feature.