- Add support for
hms::hms
and character input values (#18)
- Add information on
timeInput
return type (#14)
-
Replaced outdated shiny utils label functions (#16)
-
Added correct timezone handling to
roundTime
function (#11)
- Removed use of ES6 that caused
shinyTime
to fail on older browsers (#8)
- Input time with minutes rounded to the nearest user-specified multiple
-
Updated style to match other shiny inputs
-
Added input validation so that the time returned is always a valid time (invalid values are set to 0)
- Added support for input in the %H:%M format (without seconds)
-
Fixed padding problem on keyboard input
-
Keyboard input now properly causes change events
- Initial release