You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Increase the width of the TimePicker and the dialog of TimeInput so that the clock fits in it #2
Fix display issues when using non-default box-sizing#3
Using a CSS rule like * { box-sizing: border-box; } is pretty common, and now the time picker will still look the same.
Fix selection with single touches without swiping (e.g. just tapping on a number)
Don't toggle between AM and PM in 12-hour mode whenever 12 hours are selected #1