Open 1024kevin opened 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
3.4.21
4.0.2
4.6.17
检查一下参数,文档都有说明的
可复现的链接(包含复现链接与示例代码):
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
是否使用当前最新版本?