Skip to content

Commit

Permalink
feat: min
Browse files Browse the repository at this point in the history
  • Loading branch information
rbalet committed Nov 14, 2024
1 parent a0201ec commit b554004
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<input
class="ngxMatBirthdayInput-hidden"
placeholder="dd/mm/yyyyy"
[min]="today"
[min]="min"
matInput
formControlName="datePicker"
[matDatepicker]="matDatepicker"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ export class NgxMatBirthdayInputComponent
@Input() name?: string
@Input() appearance: MatFormFieldAppearance = 'fill'
@Input() matDatepicker?: MatDatepicker<any>
@Input() min?: Date

@Output() dateChanged: EventEmitter<Date> = new EventEmitter<Date>()

Expand Down

0 comments on commit b554004

Please sign in to comment.