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

A fast, intuitive, and elegant date and time picker for React.

Results 16 react-kronos issues
Sort by recently updated
recently updated
newest added

I was wondering if the `timeStep` can be set to a larger unit, like `180`? It seems like no, am I mistaken? Thanks for sharing this great project!

It's better to give portal support for the popover. Some time height is less in what we are showing date picker that popover we can't control z-index if we give...

react-kronos appears to be incompatible with the latest version of moment-range - crashing with a `Type Error: range is not a function` I believe the error is coming from https://github.com/dubert/react-kronos/blob/10eab390ee66af45fad324bd4c7bdbf61175c45a/src/calendar.js#L109...

A big problem I have run into with react-kronos is that click events escape, since kronos does not use event.preventDefault() for clicks on the date chooser dropdown. Imagine this scenario:...

Hello and thanks for kronos! I have one big issue: when using the arrow buttons to change the calendar month, the date in the input changes. This is unexpected behavior....

Hi! I just installed the module via yarn. Now i'm getting the following error when importing the component into my component: ... node_modules/react-kronos/dist/bundle.js: The "path" argument must be of type...

I've been using react-kronos and it's working really well on my project. But I've just got a request from my client, to make all time inputs start by default at...

I added the button for native toggle the calendar. it is simpler for users. Parametr is optionally.

1. text "today" can be a react.element 2. ability to hide the today button