Skip to content

hx-post triggered on enter key in <textarea> #2467

Closed Answered by andryyy
jritsema asked this question in Q&A
Discussion options

You must be logged in to vote

Hey, you can add hx-on:keydown="(event.keyCode===13&&!event.shiftKey)?event.preventDefault():null". This does allow for Shift + Enter for new lines but send on Enter.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@andryyy
Comment options

Answer selected by jritsema
@jritsema
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants