I have a list of dates inputted by the user that I’m trying to set as the only dates available to be selected inside of the air date multi-date picker.
I can set a range of dates in the picker’s min and max values using the users originally inputted high date and low date, but how can I filter out the dates not-in the original list of available dates, which the user originally selected?
This is @gaurav’s BDK air date plugin by the way.