Skip to content

Commit

Permalink
docs(README): datePicker
Browse files Browse the repository at this point in the history
  • Loading branch information
rbalet committed Nov 14, 2024
1 parent ba7fbf4 commit ba0e0d8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,19 @@ imports: [NgxMatBirthdayInputComponent];
floatLabel="always"
>
<!-- <mat-label>Birthday</mat-label> -->

<!--
<mat-datepicker-toggle matIconPrefix [for]="myDatePicker">
<mat-icon matDatepickerToggleIcon>calendar_today</mat-icon>
</mat-datepicker-toggle>
<mat-datepicker touchUi #myDatePicker></mat-datepicker>
-->

<ngx-mat-birthday-input
formControlName="birthday"
id="birthday"
>
<!-- [matDatepicker]="myDatePicker" -->
</ngx-mat-birthday-input>

<!-- <mat-icon matSuffix>event</mat-icon>
Expand Down

0 comments on commit ba0e0d8

Please sign in to comment.