I have an array of Dates, and I want to display the dates to the user in a b-select dropdown and to customize the date format being displayed. The b-select allows a text-field to be used, but I want a way to select a method on the object instead of a property.
Do I need to create an intermediate structure to serve as the options for the b-select?