view-design / ViewUI

A high quality UI Toolkit built on Vue.js 2.0
https://www.iviewui.com/
Other
2.65k stars 797 forks source link

[Bug Report]Input输入框在Mac Chrome下,在中文输入法的状态输入两个英文字母,按回车,会触发on-enter事件,Win下不会 #1096

Open unfish opened 2 years ago

unfish commented 2 years ago

Environment

Mac Chrome104

Reproduction link

https://run.iviewui.com/4uUEp8Xz

Steps to reproduce

中文输入法情况下输入英文字母,按回车英文字母会直接输入进文本框,这时候win是正常的,Mac下会触发on-enter事件。

What is expected?

不触发on-enter事件,只输入英文字母

What is actually happening?

会触发on-enter事件