We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
检查一下参数,文档都有说明的
Sorry, something went wrong.
No branches or pull requests
可复现的链接(包含复现链接与示例代码):
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
是否使用当前最新版本?
The text was updated successfully, but these errors were encountered: