In the code below, updating daysOfWeekDisabled via the daysOff computed does not seem to be felt at the bs-datetimepicker, not sure if it's possible to update the datetimepicker widget with the new values this way but maybe possibly it would be required to destroy and recreate the whole component then?
{{bs-datetimepicker format='LD' date=randomOffDay
daysOfWeekDisabled=(map-by "value" daysOff)}}
Thanks!
In the code below, updating
daysOfWeekDisabledvia thedaysOffcomputed does not seem to be felt at thebs-datetimepicker, not sure if it's possible to update thedatetimepickerwidget with the new values this way but maybe possibly it would be required to destroy and recreate the whole component then?Thanks!