SlickGPT is a light-weight "use-your-own-API-key" web client for the OpenAI API written in Svelte. It offers GPT-4 integration, a userless share feature and other superpowers.
When pressing the Enter key in an empty or whitespace-only textarea, the form submits. This behavior needs to be modified so that pressing Enter in this state creates a new line instead.
Expected Behavior
If the input is empty or contains only whitespace, pressing Enter should add a new line.
If the input contains non-whitespace characters, pressing Enter should submit the form.
Steps to Reproduce
Focus on the textarea.
Press the Enter key when the textarea is empty or only contains whitespace.
Issue Description
When pressing the Enter key in an empty or whitespace-only
textarea
, the form submits. This behavior needs to be modified so that pressing Enter in this state creates a new line instead.Expected Behavior
Steps to Reproduce
Screenshots
or