Open huqingchun opened 6 months ago
Can you describe a specific scenario where you would need them?
我也遇到了这个问题,原因好像就是 time-picker 内部,v-bind="$attrs" 放在了 el-tooltip 身上,所以监听不到
Can you describe a specific scenario where you would need them?
when I want to do a feature like keyboard navgation,I want to stopPropagation
我也遇到了这个问题,原因好像就是 time-picker 内部,v-bind="$attrs" 放在了 el-tooltip 身上,所以监听不到
虽然不能直接再 el-time-picker 上监听,但是可以在其外部包一层 div,然后监听键盘事件
Bug Type:
Component
Environment
3.3.4
2.7.2
Chrome 80
Vite
Reproduction
Related Component
el-date-picker
el-time-picker
el-time-select
Reproduction Link
Element Plus Playground
Steps to reproduce
What is Expected?
正常触发配置的keyup keypress事件函数
What is actually happening?
无法触发配置的keyup keypress事件函数
Additional comments
(empty)