arco-design-vue
arco-design-vue copied to clipboard
a-input-tag 组件在设置 max-tag-count 属性且超出后 使用键盘删除触发的 remove 事件不正确
- [ ] I'm sure this does not appear in the issue list of the repository
基本信息
- 依赖包名 及 版本: @arco-design/[email protected]
- 浏览器版本: chrome103.0.0.0
- 复现地址: https://stackblitz.com/edit/kpw326?file=src/App.vue
预期结果
- removed 的值应为 five
- value 的值应为 ['one', 'two', 'three', 'four']
复现步骤
1.点击输入框 2.键盘点击 Backspace 键 3.查看控制台
确实有这个问题
@U888888 @s7venteen 升级下版本看下,这里测试最新版本是正常的 https://stackblitz.com/edit/angular-2s8vtb?file=src/App.vue