ElemeFE / element

A Vue.js 2.0 UI Toolkit for Web
https://element.eleme.io/
MIT License
54.1k stars 14.64k forks source link

[Bug Report] el-time-picker value is null or Invalid Date when is-range is true #19030

Open aylanbrown opened 4 years ago

aylanbrown commented 4 years ago

Element UI version

2.13.0

OS/Browsers version

windows 10/chrome 80.0.3987.149

Vue version

2.5.2

Reproduction Link

https://jsfiddle.net/aylan/1zLrth6p/

Steps to reproduce

el-time-picker value is null or Invalid Date when el-time-picker is-range is true

What is Expected?

[ Tue Mar 24 2020 10:28:52 GMT 0800 (中国标准时间), Tue Mar 24 2020 10:28:52 GMT 0800 (中国标准时间) ]

What is actually happening?

[null, null] or [ Invalid Date, Invalid Date ]

element-bot commented 4 years ago

Translation of this issue:

Element UI version

2.13.0

OS/Browsers version

windows 10/chrome 80.0.3987.149

Vue version

2.5.2

Reproduction Link

https://jsfiddle.net/aylan/1zLrth6p/

Steps to reproduce

el-time-picker value is null or Invalid Date when el-time-picker is-range is true

What is Expected?

[Tue Mar 24 2020 10:28:52 GMT 0800, Tue Mar 24 2020 10:28:52 GMT 0800]

What is actually happening?

[null, null] or [ Invalid Date, Invalid Date ]

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.