How can I set multiple custom values in ion-datetime?
In the docs the example is : <ion-datetime presentation=“date” [multiple]=“true” [value]=“[‘2022-06-03’, ‘2022-06-13’, ‘2022-06-29’]”>
But everytime I try to assign a variable to value with an array of strings, or a string like on the example, it doens’t work. How can I set a valid value with multiple dates?