react-times icon indicating copy to clipboard operation
react-times copied to clipboard

Update the active styles on dropdown

Open stacy-sun opened this issue 6 years ago • 0 comments

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; }

stacy-sun avatar Apr 23 '19 23:04 stacy-sun