podio / jquery-mentions-input

MIT License
985 stars 333 forks source link

Binding to [Enter] keydown + using mentions #159

Closed samkelleher closed 3 years ago

samkelleher commented 8 years ago

Scenario: Bind to the 'keydown' on the textarea, and when the Enter key is pressed, submit the textarea value.

Issue:

Solution: When the mentions list is open, and the user presses Enter, the list is closed, and thus should stop propagation. Otherwise, any subsequent listener for the 'Enter' keypress cannot tell if it was triggered by selecting the first mention, or genuinely pressing enter to send the message.