element-plus
element-plus copied to clipboard
fix(components): [time-picker] click outside mishandles handleOpen
修复 time-picker 通过点击空白处确认修改时 handleOpen 执行时机问题 Fixes: https://github.com/element-plus/element-plus/issues/17237
Please make sure these boxes are checked before submitting your PR, thank you!
- [x] Make sure you follow contributing guide [English](https://github.com/element-plus/element-plus/blob/master/.github/CONTRIBUTING.en-US.md) | ([中文](https://github.com/element-plus/element-plus/blob/master/.github/CONTRIBUTING.zh-CN.md) | [Español](https://github.com/element-plus/element-plus/blob/master/.github/CONTRIBUTING.es.md) | [Français](https://github.com/element-plus/element-plus/blob/master/.github/CONTRIBUTING.fr-FR.md)).
- [x] Make sure you are merging your commits to
devbranch. - [x] Add some descriptions and refer to relative issues for your PR.
修复前:
修复后:
👋 @Panzer-Jack, seems like this is your first time contribution to element-plus.
- Please make sure that you have read our guidelines and code of conduct before making a contribution.
- You can comment with
/label Components:[component_name]to add a label for which component you are working on. - You may join our
for staying tuned.
Hello @Panzer-Jack, thank you for contributing to element-plus, please see our guideline to see how to make contribution
🧪 Playground Preview: https://element-plus.run/?pr=17359 Please comment the example via this playground if needed.
