Happy-Coding-Clans / vue-easytable

A powerful data table based on vuejs. You can use it as data grid、Microsoft Excel or Google sheets. It supports virtual scroll、cell edit etc.
https://happy-coding-clans.github.io/vue-easytable/
MIT License
3.63k stars 725 forks source link

[Bug Report] 双击编辑功能开启的时候,表头中自定义input无法输入 #531

Open LeePiaPia opened 1 year ago

LeePiaPia commented 1 year ago

选择要提交 issue 的库

vue-easytable

Issue 类型

Bug

Issue 标题

双击编辑功能开启的时候,表头中自定义input无法输入

仓库版本

v2.21.8

Vue 版本

2

浏览器

谷歌

系统类型

windows

重现链接

https://codesandbox.io/s/vue-easytable-2-21-7-example-forked-th4x32

重现步骤

双击编辑功能开启的时候,表头中自定义input无法输入

期望的结果是什么?

表头中的自定义输入框在双击编辑功能开启的时候,能够正确的被使用

实际的结果是什么?

无法被正确使用

huangshuwei commented 1 year ago

感谢你的反馈,这是个bug

LeePiaPia commented 1 year ago

这个解决了吗