I’m using selectMode="range" and pickerType="calendar". With these settings, the bottom action buttons are hidden. Is there a way to display these buttons while keeping these properties?
Any help would be appreciated.
My code:
<input [owlDateTimeTrigger]="dt10" [owlDateTime]="dt10" [selectMode]="'range'"> <owl-date-time #dt10 [pickerType]="'calendar'"></owl-date-time> </div>

I’m using selectMode="range" and pickerType="calendar". With these settings, the bottom action buttons are hidden. Is there a way to display these buttons while keeping these properties?
Any help would be appreciated.
My code:
<input [owlDateTimeTrigger]="dt10" [owlDateTime]="dt10" [selectMode]="'range'"> <owl-date-time #dt10 [pickerType]="'calendar'"></owl-date-time> </div>