The timeConfig props allows to setup the step in minutes, but the active style in dropdown seems not be updated? Would be nice to change the increment from 15 to maybe 5.
if (Math.abs(parseInt(minute, 10) - parseInt(currentMinute, 10)) < 15) { return true; }