opentiny / tiny-vue

TinyVue is an enterprise-class UI component library of OpenTiny community, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.
https://opentiny.design/tiny-vue
MIT License
1.66k stars 264 forks source link

🐛 [Bug]: 表格组件设置了键盘设置以后,编辑表格的时候,只要不是输入汉字,比如直接输入数字,单元格的输入会自动选中输入的内容,导致后一次输入会覆盖前一次输入的内容 #2321

Open Xy5562 opened 2 weeks ago

Xy5562 commented 2 weeks ago

Version

3.18.0

Vue Version

3.4.29

Link to minimal reproduction

Step to reproduce

编辑表格输入多个数字

What is expected

表格显示输入的数字

What is actually happening

后一次输入的数字覆盖了前一次输入的数字

What is your project name

公司内部项目

Any additional comments (optional)

No response

Issues-translate-bot commented 2 weeks ago

Bot detected the issue body's language is not English, translate it automatically.


Title: 🐛 [Bug]:

Xy5562 commented 2 weeks ago

似乎keyboard-config的isEdit不要设置为true就没有这个问题了

Issues-translate-bot commented 2 weeks ago

Bot detected the issue body's language is not English, translate it automatically.


It seems that if the isEdit of keyboard-config is not set to true, this problem will disappear.