The problem of time selector in element-ui

after I have selected the start time, how to make the drop-down box of the end time open by default is the year and month I selected at the start time. For example, it is November and I have chosen December for the start time. Then the range of December is displayed as soon as the end time opens the drop-down box

clipboard.png

clipboard.png

Dec.15,2021

consider writing a callback to the start time, and then assign the value to the default-value attribute
clipboard.png

of the end time component.
Menu