Thank you for best timepicker!
Please advice how to show only enabled times?
Or show on dropdown first enabled times?

I have not tried the timepicker yet but looking at the scss files I think that adding this will do the trick:
.#{$datepicker-namespace}-time-item.disabled{
display: none;
}
Most helpful comment
I have not tried the timepicker yet but looking at the scss files I think that adding this will do the trick:
.#{$datepicker-namespace}-time-item.disabled{ display: none; }