wvega / timepicker

A jQuery plugin to enhance standard form input fields helping users to select (or type) times
http://timepicker.co
GNU General Public License v2.0
216 stars 92 forks source link

Value selected or set via setTime. #96

Closed CLundy closed 7 years ago

CLundy commented 7 years ago

Evaluating this product but I noticed that when you select a value or set it via setTime prevents any value before this from displaying when you activate the input again.

Example:

I set 9:00 am as the time either by clicking or using setTime. I then go to change the time to something earlier, the drop down no longer contains any value before 9:00am.

Is this by design? Changing the minTime option back to 0:00 on every change event wont prevent this behavior.

CLundy commented 7 years ago

I stand corrected, you can go to an earlier time...the earlier numbers are below. Looks like dynamic defaults to true.