felixakiragreen / react-kronos

A fast, intuitive, and elegant date and time picker for React.
https://felixakiragreen.github.io/react-kronos/
MIT License
90 stars 28 forks source link

timeStep has no effect in Kronos 1.5.1 #53

Closed Nantris closed 7 years ago

Nantris commented 7 years ago

Thanks very much for the great work @dubert.

I am trying to use the timeStep property and I have tried passing it in in many ways to no effect.

timeStep={15}
timeStep="15"

and

const kronosOptions = {
    timeStep: 15
}

<kronosComponent {...kronosOptions } />

None of these produced any effect? Thanks for any ideas you may have.

felixakiragreen commented 7 years ago

Thanks! Fixed in 1.5.2

Nantris commented 7 years ago

Thanks so much!