chrisdavies / tiny-date-picker

A small, modern, dependency-free date picker
https://chrisdavies.github.io/tiny-date-picker/
415 stars 87 forks source link

DateRangePicker closes in ''click'' event on IOS #82

Closed filipaorocha closed 6 years ago

filipaorocha commented 6 years ago

Hello Chris! Click inside any element from date range picker, like ''next month'' or ''previous month'' or even date select itself, causes DateRangePicker to close.

Tested in Chrome and Safari and Date Range Picker has the same behavior in both.

chrisdavies commented 6 years ago

Hm. I updated the demo page to handle this scenario a bit better. The DateRange picker is hacky, to be honest. It was put together as a proof of concept and could use some fit and finish.

Essentially, it's super raw, and leaves a lot up to the consumer as far as show/hide, etc.