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-->
|
<!-- choix spécialement pour les dates-->
|
||||||
<div class="calendar" *ngIf="pollService.mode_calendar" [ngClass]="{ 'hide-back-button': hideBackButton }">
|
<div class="calendar" *ngIf="pollService.mode_calendar" [ngClass]="{ 'hide-back-button': hideBackButton }">
|
||||||
|
<!-- [minDate]="minDate"-->
|
||||||
<p-calendar
|
<p-calendar
|
||||||
[(ngModel)]="pollService.calendar"
|
[(ngModel)]="pollService.calendar"
|
||||||
firstDayOfWeek="1"
|
firstDayOfWeek="1"
|
||||||
@ -28,7 +29,6 @@
|
|||||||
inputId="multiple"
|
inputId="multiple"
|
||||||
[showButtonBar]="true"
|
[showButtonBar]="true"
|
||||||
[locale]="'calendar_widget' | translate"
|
[locale]="'calendar_widget' | translate"
|
||||||
[minDate]="minDate"
|
|
||||||
[inline]="true"
|
[inline]="true"
|
||||||
[showWeek]="false"
|
[showWeek]="false"
|
||||||
(onMonthChange)="(onMonthChangeCustom)"
|
(onMonthChange)="(onMonthChangeCustom)"
|
||||||
|
Loading…
Reference in New Issue
Block a user