You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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; }
The text was updated successfully, but these errors were encountered: