ericjgagnon / wickedpicker

A simple jQuery timepicker
http://ericjgagnon.github.io/wickedpicker/
MIT License
93 stars 78 forks source link

Feature Request: Add Seconds Selector #3

Closed jkardong closed 8 years ago

jkardong commented 8 years ago

Description

With the current WickedPicker, you can select HOUR and MINUTES. There has been a request made by my team to have the ability to select SECONDS as well.

Feature Request Description

Adding another section where the SECONDS can be added, from 01 to 59.

Current Behavior

  1. User clicks in WickedPicker enabled text field
  2. User sets HOUR
  3. User sets MINUTE
  4. Time is set in the text field

    New Behavior

  5. User clicks inside a WickedPicker enabled text field
  6. User sets HOUR
  7. User sets MINUTE
  8. User set SECOND
  9. Time is set in the text field
ericjgagnon commented 8 years ago

Added!