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

Prevent bubbling of click events #72

Open Wartybliggens opened 6 years ago

Wartybliggens commented 6 years ago

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:

I imagine it would be a pretty simple changeset to address this. At some point I may try and do a pull request if you don't get to it.