Event Listing shortcode: selected_datetime not working with show_filters="true"

Event Listing shortcode: selected_datetime not working with show_filters="true"

Hi,

I have an events page with the following shortcode to display past events:

  1. [events show_ticket_prices="true" orderby="event_start_date" show_filters="true" layout_type="box" order="DESC" show_pagination="false" show_more="true" selected_datetime="1900-01-01,today" per_page="12" ]

Note: I am not using the [past_events] shortcode because I could not find a way to have filter forms to filter on the past events. So I am using the general [events] shortcode

However, the shortcode above displays all events, not considering the selected_datetime attribute passed into it. But if I simply change the  show_filters="true" to show_filters="false", then the shortcode magically filters by the selected_datetime attribute as well. For context, my events page has a custom event-filters template but I don't think that should have an effect on the behavior of the shortcode.

What's going on here and how can I get my events page to show past events with my custom filters?

Thank you in advance!