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
https://codesandbox.io/p/sandbox/vxe-table-wen-ti-yan-shi-forked-6q2sjr
已升级最新版本 官方案例也可以看到keyboardConfig的一些问题: https://vxetable.cn/v4.6/#/table/edit/keyboard
也希望添加一些别的操作 比如实现editMethod自定义实现聚焦输入框并且聚焦全选中文本,而不直接对数据操作后再聚焦,现在的写法很麻烦,需要还原数据再激活单元格 因为目前输入中文拼音是有问题的,第一个单词是无法触发输入法的,所以考虑compositionstart事件自行实现 是否可以优化 期望: 目前:
No response
window 11
Chrome 127.0.6533.120
3.2.33
5.0.94
4.7.65
The text was updated successfully, but these errors were encountered:
fix 修复按键isDel和isBack问题 #2526
c679f98
No branches or pull requests
可复现的链接(包含复现链接与示例代码):
https://codesandbox.io/p/sandbox/vxe-table-wen-ti-yan-shi-forked-6q2sjr
问题描述与截图:
已升级最新版本
官方案例也可以看到keyboardConfig的一些问题: https://vxetable.cn/v4.6/#/table/edit/keyboard
也希望添加一些别的操作
比如实现editMethod自定义实现聚焦输入框并且聚焦全选中文本,而不直接对数据操作后再聚焦,现在的写法很麻烦,需要还原数据再激活单元格
因为目前输入中文拼音是有问题的,第一个单词是无法触发输入法的,所以考虑compositionstart事件自行实现
是否可以优化
期望:
目前:
期望的结果:
No response
操作系统:
window 11
浏览器版本:
Chrome 127.0.6533.120
vue 版本:
3.2.33
vxe-pc-ui 版本:
5.0.94
vxe-table 版本:
4.7.65
是否使用当前最新版本?
The text was updated successfully, but these errors were encountered: