ericjgagnon / wickedpicker

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

Can not clear date once picked #13

Closed Gr84DarkMoon closed 8 years ago

Gr84DarkMoon commented 8 years ago

If someone where to click in a field with no data populated by accident, they are stuck with the time value. perhaps a clear button, or the ability to type in the text box.

alexmarsh commented 8 years ago

Ideally I'd like to see the ability to click on the field without auto-populating the plugin's content. Then the field would only update when the user clicks to change the time. I'm looking into editing the source myself but a more universal option would be better I think.

ericjgagnon commented 8 years ago

I added a "clearable" option that wraps the input in div and adds a span containing an x that when clicked with clear the input field.