hug-sun / element3

A Vue.js 3.0 UI Toolkit for IT Education. Build with JS&TS
https://e3.shengxinjing.cn/
MIT License
3.28k stars 1.01k forks source link

el-input 组件在移动端上,中文输入法会有bug #592

Closed ecojust closed 2 years ago

ecojust commented 3 years ago

Bug description

What is the current behavior?

el-input 组件在移动端上,中文输入法会有bug,导致所有嵌套了el-input的相关组件都会有这个bug,只能自己用input写

中文输入法下,按一个拼音字母就会连续出现好几个该字母,然后选择文字之后,也会出现好几个文字

What is the expected behavior?

修复这个移动端中文输入法的bug,应该是事件的问题

Steps to Reproduce

you can try it!!!

Environment