表单通过回车键提交,除了在javascript的文本区域中?

发布于 2024-12-02 01:16:07 字数 74 浏览 1 评论 0原文

我有这个表单,它通过按 Enter 键提交。

我希望它能够在文本区域之外运行,它应该具有在文本区域中添加新行的通常行为

I have this form where it submits by pressing enter key.

I want it to function except for textarea, where it should has it usual behavior adding a new line in text-area

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

回眸一遍 2024-12-09 01:16:07

The default behavior is that the form doesn't submit if you press enter inside a textarea as seen in the following live demo. It simply adds a new row inside the textarea. You don't need any javascript for this. On the other hand if the the user presses enter while inside a normal textbox the form is submitted.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文