material-community-components
material-community-components copied to clipboard
time-picker: wrong digit position in 24h format when 00:00 selected
Describe the bug When you set time picker to 00:00 time in 24h mode it has space before hours which breaks layout. I believe it's related to:
- https://github.com/tiaguinho/material-community-components/issues/159
-
<span><span *ngIf="needsSpacer"> </span>{{ hour }}</span>
To Reproduce Steps to reproduce the behavior:
- Go to https://tiaguinho.github.io/material-community-components/timer-picker
- Click on time picker in the "Convert value to 24h" card.
- Set time 00:00
- See error
Screenshots