x-extends / vxe-table

Vxe table 的表格组件
https://vxetable.cn
MIT License
7.66k stars 1.06k forks source link

setEditCell激活编辑状态后,使用原生focus无法聚焦输入栏 #2616

Open 1024kevin opened 3 weeks ago

1024kevin commented 3 weeks ago

可复现的链接(包含复现链接与示例代码):

const $table = jlgGridRef.value?.xGrid if ($table) { $table.setEditCell(scope.row, 'contractPrice').then(() => { nextTick(() => { console.log(contractPriceRef.value?._ref.focus) contractPriceRef.value?._ref.focus() }) }) }

问题描述与截图:

setEditCell激活编辑状态后,使用原生focus无法聚焦输入栏

期望的结果:

No response

操作系统:

window 10

浏览器版本:

chrome 130.0.6723.70

vue 版本:

3.4.21

vxe-pc-ui 版本:

4.0.2

vxe-table 版本:

4.6.17

是否使用当前最新版本?

xlz26296 commented 3 weeks ago

检查一下参数,文档都有说明的