I have several rows of time pickers, where I need users to input start and end times. I want the start time of each row, to default to the selected end time of the previous row, once selected by the user.
So in the image above, where I have selected 2pm, I want the start time of the next row to default to 2pm. However, it doesn’t work. It remains at a default 12pm. I believe I have set it up correctly to do this.
Help?