[Feature Request] input的clear事件在emit时, 能不能把原生事件传递出去
Open
- Dominant language
- Vue
- Stars
- 54k
- Forks
- 14.4k
- PR merge metrics
- No merged PRs in 30d
Description
### Existing Component
是
### Component Name
el-input
### Description
现在的的clear事件是`clear(){ ...emit('clear') )`;
希望改成`clear(event){ ...emit('clear', event) )`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.