IgniteUI / igniteui-blazor

Ignite UI for Blazor component library packs 35+ native Blazor UI Controls with 60+ high-performance Charts designed for any Blazor WASM or Server-side app scenario.
https://www.infragistics.com/products/ignite-ui-blazor
3 stars 3 forks source link

IgcDatePicker - Next and previous month buttons remain grayed out even when the calendar is between minDate and maxDate. #131

Open norikois opened 1 year ago

norikois commented 1 year ago

Description

IgcDatePicker - Next and previous month buttons remain grayed out even when the calendar is between minDate and maxDate.

Steps to reproduce

  1. npm install --force and npm start the attached sample. Open http://localhost:8080/
  2. Click the calendar button of the upper date picker.
  3. Change the year to 2022 or any other year in the past. -> Observe the Next month button.
  4. Close the calendar.
  5. In the same way, in the lower date picker, open the calendar and change the year to 2025 or any other year in the future. -> Observe the Previous month button.

Result

At the Step#3: The Next month button remains disabled and grayed out. At the Step#5: The Previous month button remains disabled and grayed out.

Expected result

At the Step#3: The Next month button becomes enabled. At the Step#5: The Previous month button becomes enabled.

Attachments

c00233367-wcApp4.zip

rkaraivanov commented 2 months ago

@norikois

Starting with version 4.10, a new date-picker component has been introduced in the web components library. The upcoming Blazor package release will implement this new date-picker as the standard option and relegate the previous version to a new tag namespace.

This issue will be transferred to the Blazor repository, where the maintainers will determine whether they will offer fixes and support for the deprecated component.