bootstrap-timepicker
bootstrap-timepicker copied to clipboard
changeTime.timepicker is triggered when updateFromElementVal is called
When the input is being initialized, updateFromElementVal() is called and eventually the update() is called, which triggers the event changeTime.timepicker.
I think changeTime.timepicker should only trigger only when the value is changed after initialization.
confirmed on kartik-v/yii2-grid... causes an infinite page loop for apps which trigger page refresh OnChange of the input. The input change event should not be triggered somehow on init.
did anything ever happen with this?
Are you fixed an error already?
Hi, excuse me, is this bug fixed? I still got it
Which jQuery version are you using? Is it lower than 1.11.0?
I'm getting a similar bug in a context where I'm using an older system with jquery 1.8.2 and without bootstrap (I've adapted the CSS to work without it). However, on a newer system with jquery 1.11.0 and boostrap 3, it worked.