ant-design-vue
ant-design-vue copied to clipboard
a-auto-complete 组件 blur事件bug
- [ ] I have searched the issues of this repository and believe that this is not a duplicate.
Version
1.7.2
Environment
"vue": "2.5.17" chrome 116.0.5845.187(正式版本) (x86_64)
Reproduction link
Steps to reproduce
auto-complete 获得焦点后,点击button按钮click。出现bug:先触发click再触发了blur事件。 看源码是auto-complete的blur事件加了200ms定时器,这是为什么?
What is expected?
应该先触发auto-complete的blur事件,再触发button的click事件。
What is actually happening?
auto-complete 获得焦点后,点击button按钮click。出现bug:先触发click再触发了blur事件。 看源码是auto-complete的blur事件加了200ms定时器,这是为什么?
请看重现链接,尽快修复。这个bug导致线上项目出现bug。
1.x好像已经不维护了
1.x好像已经不维护了
这应该是个大bug。影响正常业务了。
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days