What is the challenge? |
Markdown shortcuts (e.g. - for bullets) are active in the AI assistant's prompt box. Pressing Enter after using one submits the prompt instead of creating a new line. |
What is the impact? |
Unexpected behaviour (for example, causes accidental prompt submission when trying to write in list format)
Confuses users by mixing rich text editor behavior into a non-editor environment (a prompt box)
Breaks expected usability logic for prompt writing
|
Describe your idea |
Type: Usibility Remove or disable markdown shortcut (and pasting) behaviors (like auto bulleting) from the AI assistant’s prompt box. The prompt box should act as a plain input field, not a rich text editor. Maintain consistent behavior: Enter submits, Shift+Enter adds a new line — without triggering formatting. |