TextAreaInput. Make it possible to "commit" with ENTER and "add newline" with SHIFT+ENTER #6284
Labels
type: enhancement
Minor feature or improvement to an existing feature
Milestone
The
TextAreaInput
is what I want to use for chatbots because I need to either enter or copy paste multiline texts.But currently there is no way to "enter"/ "commit" the value when I am done AND stay in the focused
TextAreaInput
so that I can quickly enter my next question or instruction. Instead I have to use the mouse to click SEND. This confuses users and slows down the chat process.For the
TextAreaInput
you use ENTER to create a new line.Please support a chatGPT like workflow as described below.
Comparison ChatGPT text input
With chatGPT the value is "committed" when you press ENTER and the chat bot responds. You use SHIFT+ENTER to create a new line.
Comparison
TextInput
With
TextInput
you value is "committed" when you press ENTER and the chat bot respondsThe text was updated successfully, but these errors were encountered: