Hi, I have a dropdown that shows only dates in the future.
Sometimes, the user selects a date in the past from elsewhere in the app, and then I want the dropdown to show the past date as the initial value.
However, I don’t want the past date to be in the options. Because I don’t want them to focus on the past.
How to get the initial value to show, even when its not in one of the options? Right now if it’s not in the options, the initial value is not shown.