I'm using Forms self-hosted, Modern Designer, and I've restricted the dates on the date picker to the month selected in a dropdown menu, so that's all well and good. However, I'm wondering if there's a way to dynamically set the date picker to open to the selected month? It currently will always open to the current month, so the user will have to navigate back in the date picker to get to the correct month to be able to set dates, which isn't the best user experience.
So for example, if the current month is August but the user selects July from the dropdown, I'd like it to open the date picker to July, not August.
Use case for this is a reimbursement request form where they normally fill it out the month after the expenses are incurred, so I have the dropdown defaulting to the month previous to the current month, which dynamically restricts the date picker dates but still opens to the current month.