Skip to content

Commit 3e4d329

Browse files
committed
call limitMinMax when a control gets created
If you specified minDateTime the sliders wouldn't be updated with correct min/max values until you modified the date. This call make sure we updates the sliders min/max values at creation too
1 parent 18a7a6c commit 3e4d329

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jquery-ui-timepicker-addon.js

+1
Original file line numberDiff line numberDiff line change
@@ -543,6 +543,7 @@
543543
}
544544
// end slideAccess integration
545545

546+
tp_inst._limitMinMaxDateTime(this.inst, true);
546547
}
547548
},
548549

0 commit comments

Comments
 (0)