Datetimepicker: [iOS] minimumDate + minuteInterval

Created on 4 Mar 2020  路  3Comments  路  Source: react-native-datetimepicker/datetimepicker

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

Most helpful comment

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

All 3 comments

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

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

Any plans to address this issue? 馃樅

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sorinsi picture sorinsi  路  5Comments

ArturDabrowski picture ArturDabrowski  路  3Comments

DylanVerstraete picture DylanVerstraete  路  4Comments

inferusvv picture inferusvv  路  4Comments

RoTTex picture RoTTex  路  3Comments