Multi-line text input with Shift+Enter #2017
nileshtrivedi
started this conversation in
Ideas
Replies: 1 comment
-
ChatGPT uses a See this example: https://codepen.io/claviska/pen/GRapEoP?editors=1010 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How do I create an input field that supports multi-line text like the one on chatgpt.com? Unlike
<sl-input>
, the<sl-textarea>
supports multiple lines and can even do auto-resizing based in input length, however pressing Enter creates newlines. What I want is Shift+Enter should create newlines and Enter should submit the form.As chatbots are proliferating, this type of behaviour is becoming more and more important.
Beta Was this translation helpful? Give feedback.
All reactions