Date/time selector component not defaulting time properly

We’ve set a min and start time that is 15 min ahead of date(). however, when the user selects on component, the timestamp does not default to 15 min ahead, preventing user from making selection without manually moving the timestamp forward. user doesn’t know of the 15 minute requirement and therefore has no idea why selection won’t apply.

we could swear this used to work – the default time would be 15 minutes ahead when user selected the present date and so the selection would work with time showing 15 minutes ahead. did something break?



@Joyce can you help confirm if the date/time selector state date is built to support defaulting the time itself as well, and not just the date? trying to understand if they way in which we’re passing in the date() value is causing the issue, or if the component is not built to support setting default hour/minute. :pray: thank you