Bug description:
I'm using disabledDates, for exmple:
[disabledDates]="daDate"; const dsDate = [new Date('2023-05-01')];
If the day is the first day of a month it is no longer possible to select that month in the month selection. In this case the month may is disabled.
This only happens when its the first day, for example '2023-05-02' is working perfectly fine.
It is possible to reach the month, by selection the previous month and clicking on 'next'. There the first day is correctly disabled.
Versions of ngx-bootstrap, Angular, and Bootstrap:
ngx-bootstrap: 10.3.0
Angular: 15.1.3
Bootstrap: 5.1.3
Expected behavior
Only the first day of the month should be disabled, not the whole month itself.
Bug description: I'm using disabledDates, for exmple:
[disabledDates]="daDate"; const dsDate = [new Date('2023-05-01')];
If the day is the first day of a month it is no longer possible to select that month in the month selection. In this case the month may is disabled. This only happens when its the first day, for example '2023-05-02' is working perfectly fine.
It is possible to reach the month, by selection the previous month and clicking on 'next'. There the first day is correctly disabled.
Versions of ngx-bootstrap, Angular, and Bootstrap:
ngx-bootstrap: 10.3.0
Angular: 15.1.3
Bootstrap: 5.1.3
Expected behavior
Only the first day of the month should be disabled, not the whole month itself.