-
-
Notifications
You must be signed in to change notification settings - Fork 368
Closed
Labels
questionQuestion that needs to be answeredQuestion that needs to be answered
Milestone
Description
Is there an existing issue for this?
- I have searched the existing issues
Describe the bug
DateTimePicker.razor component defaults to previous month of whatever date is passed as value.
Expected Behavior
Should default to current month passed as value
Steps To Reproduce
Here is the reference on the code:
BootstrapBlazor/src/BootstrapBlazor/Components/DateTimePicker/DatePickerBody.razor.cs
Line 137 in 7d9a6a9
| private string MonthString => string.Format(MonthText, Months.ElementAtOrDefault(CurrentDate.Month - 1)); |
Exceptions (if any)
No response
.NET Version
No response
Anything else?
No response
ArgoZhang
Metadata
Metadata
Assignees
Labels
questionQuestion that needs to be answeredQuestion that needs to be answered