Multiple date time pickers in sequence

Hi all

I cant seem to get my date picker flow to work.

I have a page where users can add current status of a task, when they start the task they are asked to pick the actual start date -> this works perfectly with the open() method. However it is possible for the users to set a task to completed right away, so here I need to open both the start datetime element and the end datetime element. For now I’m just overlaying the two, which works, but I was hoping there was something like onDidDismiss, without having to build the pickers with the picker controller?

Cheers