美文网首页
iview Form 组件阻止回车提交表单

iview Form 组件阻止回车提交表单

作者: Bior | 来源:发表于2020-04-20 21:57 被阅读0次

    问题描述

    当 form 中只有一个 input 时回车会自动提交表单,这是浏览器的默认行为。

    解决办法

    第一种是在 Input 上加 @keydown.native.enter.prevent ="handleEnter"

    第二种是在 Form 上加 @submit.native.prevent

    相关文章

      网友评论

          本文标题:iview Form 组件阻止回车提交表单

          本文链接:https://www.haomeiwen.com/subject/pmysihtx.html