Skip to content

Commit

Permalink
Fixed #9746 - Calendar: WeekNumber looks like it is selectable
Browse files Browse the repository at this point in the history
  • Loading branch information
yigitfindikli committed Mar 8, 2021
1 parent b69e360 commit e00b07d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/calendar/calendar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export interface LocaleSettings {
<tbody>
<tr *ngFor="let week of month.dates; let j = index;">
<td *ngIf="showWeek" class="p-datepicker-weeknumber">
<span>
<span class="p-disabled">
{{month.weekNumbers[j]}}
</span>
</td>
Expand Down

0 comments on commit e00b07d

Please sign in to comment.