datetimepicker icon indicating copy to clipboard operation
datetimepicker copied to clipboard

[iOS] minimumDate + minuteInterval

Open nabati opened this issue 5 years ago • 3 comments

Bug

Let's say the current time is 16:01. If you set minimumDate to today at 16:31, and minuteInterval to 15, the lowest selectable time will be 16:30, even though this is below minimumDate.

This might be the behaviour of the native UIDatePicker, but wondering if it would still make sense to patch this in Javascript-land.

Environment info

Running 2.2.2

nabati avatar Mar 04 '20 14:03 nabati

hello @nabati yes, patching this sounds reasonable, would you be willing to provide a PR for this? thank you!

vonovak avatar Mar 04 '20 15:03 vonovak

Could probably have a look, thanks for the quick response!

nabati avatar Mar 04 '20 15:03 nabati

Any plans to address this issue? 😺

chybisov avatar Feb 11 '21 15:02 chybisov