Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Navigation for years through up and down arrow icon is not working.
|
@using Syncfusion.Blazor.Calendars <SfDatePicker TValue="DateTime?" Placeholder='Choose a Date' Min=MinDate Max=MaxDate></SfDatePicker> <SurveyPrompt Title="How is Blazor working for you?" /> @code { public DateTime MinDate { get; set; } = new DateTime(2021, 11, 25); public DateTime MaxDate { get; set; } = new DateTime(2022, 2, 25); } |
Issue reproducing Sample: https://www.syncfusion.com/downloads/support/directtrac/general/ze/DatePicker_navigation_issue92290506
Replication procedure:
1. Run the attached sample
2. Open the DatePicker popup.
3. Navigate the years using drilldown option.
4. Now, move the year using down arrow.
5. We can see that datepicker popup will not be moved 2022 from 2021.