Skip to content
New issue

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

feat(input): keyboard operations and fix event #3414

Merged
merged 17 commits into from
Sep 25, 2023

Conversation

chaishi
Copy link
Collaborator

@chaishi chaishi commented Sep 23, 2023

🤔 这个 PR 的性质是?

  • 日常 bug 修复
  • 新特性提交
  • 文档改进
  • 演示代码改进
  • 组件样式/交互改进
  • CI/CD 改进
  • 重构
  • 代码风格优化
  • 测试用例
  • 分支合并
  • 其他

🔗 相关 Issue

💡 需求背景和解决方案

📝 更新日志

  • fix(Input): 聚焦和失焦事件纠正,当组件已经处于聚焦状态时,点击 label/suffix/prefix/icon 等元素,不再重复触发一次失焦和聚焦事件
  • fix(TagInput): 聚焦和失焦事件纠正,当组件已经处于聚焦状态时,点击标签,不再重复触发一次失焦和聚焦事件
  • fix(Cascader): 聚焦和失焦事件纠正,下拉选项选中时不再自动失焦,以便继续切换选项
  • fix(Select): 聚焦和失焦事件纠正,下拉选项选中时不再自动失焦,以便继续切换选项
  • feat(Select): 支持键盘操作下拉选项选中或取消
  • feat(Cascader): 支持使用 valueDisplay 自定义选中项的内容呈现
  • feat(Table): 键盘操作,可编辑单元格,支持使用 Tab 键切换可编辑的单元格,实现快速修改操作
  • feat(Table): 键盘操作,优化行高亮键盘操作和样式,兼容行选中功能
  • feat(Table): 键盘操作,行选中功能支持不设置行高亮,也能使用键盘操作选中、取消选中、全选、取消全选等
  • feat(Table): 树形结构表格,支持通过行唯一标识滚动到指定行(之前仅可通过行下标滚动到指定行)
  • feat(Table): 支持整个表格懒加载
  • feat(Popup): 组件新增实例方法 update/getOverlay/getOverlayState,用于更新或获取浮层内容、状态等
WeCom截圖_592582ed-d613-43c7-831a-441a0acead9d
  • 本条 PR 不需要纳入 Changelog

☑️ 请求合并前的自查清单

⚠️ 请自检并全部勾选全部选项⚠️

  • 文档已补充或无须补充
  • 代码演示已提供或无须提供
  • TypeScript 定义已补充或无须补充
  • Changelog 已提供或无须提供

@chaishi chaishi changed the title [Table][Select] keyboard operations; focus and blur events fix [Table][Select][TagInput][Input] keyboard operations; focus and blur events fix Sep 23, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Sep 23, 2023

完成

@chaishi chaishi changed the title [Table][Select][TagInput][Input] keyboard operations; focus and blur events fix [Table][Select][Cascader][TagInput][Input] keyboard operations; focus and blur events fix Sep 24, 2023
@uyarn uyarn changed the title [Table][Select][Cascader][TagInput][Input] keyboard operations; focus and blur events fix feat(input): keyboard operations and fix event Sep 24, 2023
@uyarn uyarn merged commit 1ea95a7 into Tencent:develop Sep 25, 2023
5 checks passed
This was referenced Oct 10, 2023
@lzl906790326
Copy link

当组件设置了filterable和:scroll="{ type: 'virtual' }"的时候, 键盘下拉选择无法选择正常的选项。 比如我要选的是虚拟列表第三项,但是选择的结果确实整个列表的第三项。

@uyarn
Copy link
Collaborator

uyarn commented Dec 19, 2023

当组件设置了filterable和:scroll="{ type: 'virtual' }"的时候, 键盘下拉选择无法选择正常的选项。 比如我要选的是虚拟列表第三项,但是选择的结果确实整个列表的第三项。

这个问题后面的版本修复了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants