mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
remove mindate on calendar
This commit is contained in:
parent
d349de743d
commit
01400ce372
@ -21,6 +21,7 @@
|
||||
|
||||
<!-- choix spécialement pour les dates-->
|
||||
<div class="calendar" *ngIf="pollService.mode_calendar" [ngClass]="{ 'hide-back-button': hideBackButton }">
|
||||
<!-- [minDate]="minDate"-->
|
||||
<p-calendar
|
||||
[(ngModel)]="pollService.calendar"
|
||||
firstDayOfWeek="1"
|
||||
@ -28,7 +29,6 @@
|
||||
inputId="multiple"
|
||||
[showButtonBar]="true"
|
||||
[locale]="'calendar_widget' | translate"
|
||||
[minDate]="minDate"
|
||||
[inline]="true"
|
||||
[showWeek]="false"
|
||||
(onMonthChange)="(onMonthChangeCustom)"
|
||||
|
Loading…
Reference in New Issue
Block a user