Incorrect handling of zero value for time picker
Open
- Dominant language
- JavaScript
- Stars
- 2k
- Forks
- 858
- PR merge metrics
- No merged PRs in 30d
Description
### I'm Submitting a ...
```
[x] Bug report
[ ] Feature request
[ ] Support request
```
### Steps to Reproduce
```
### Expected Results
The time input field displays "0:00:00".
### Actual Results
The time input field is blank.
### Other Information
The use case is picking a time in a video, starting from zero. I guess that DateTime is conflating a zero value with a null or undefined value.
Contributor guide
Assessment
This issue has not been assessed yet.