bootstrap-ui-datetime-picker
bootstrap-ui-datetime-picker copied to clipboard
Get focus back to input on blur in timepicker
trafficstars
Hi! My date input is using ng-model-options="{updateOn: 'blur'}". Focus event seems to be triggered only when I blur datepicker - focus is getting back to input, so next I can easily trigger blur event on input. But I can never get focus on input when I get blur in timepicker. The only way to use "Done" button but it's not I want.