Bug Type: Component
Environment
- Vue Version:
3.2.45
- Element Plus Version:
2.3.0
- Browser / OS:
Mac OS X 10_15_7 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0
- Build Tool:
Webpack
Reproduction
Related Component
el-input
el-input-number
Reproduction Link
Steps to reproduce
type someting and press enter
What is Expected?
do nothing
What is actually happening?
refesh page
Additional comments
(empty)
1条答案
按热度按时间t9aqgxwy1#
You can view the element. It is wrapped in a native form. The Enter key is used as a submission form. You can add
@submit.native.prevent
to el-form