You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[severity:It's more difficult to complete my work] [regression] [worked-in:?]
In my maui app I have two picklists (pick year and pick month). In the Main Constructor I want to set the SelectedItem to the current year and month related to ItemSource ( a List<string> for each ).
The first pickyear.SelectedItem = 1 works fine. But when I want to set the next pickmonth.SelectedItem = 5 the app crashes with the
following error. {"String '01-00-0' was not recognized as a valid DateTime."}
I have tried to switch the two, but with the same result. No. 2 fails.
Original Comments
Feedback Bot on 12/30/2024, 06:42 PM:
We have directed your feedback to the appropriate engineering team for further evaluation. The team will review the feedback and notify you about the next steps.
The text was updated successfully, but these errors were encountered:
Hi @vsfeedback. We have added the "s/needs-repro" label to this issue, which indicates that we require steps and sample code to reproduce the issue before we can take further action. Please try to create a minimal sample project/solution or code samples which reproduce the issue, ideally as a GitHub repo that we can clone. See more details about creating repros here: https://github.com/dotnet/maui/blob/main/.github/repro.md
This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time.
This issue has been automatically marked as stale because it has been marked as requiring author feedback to reproduce the issue but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. If it is closed, feel free to comment when you are able to provide the additional information and we will re-investigate.
This issue has been moved from a ticket on Developer Community.
[severity:It's more difficult to complete my work] [regression] [worked-in:?]
In my maui app I have two picklists (pick year and pick month). In the Main Constructor I want to set the SelectedItem to the current year and month related to ItemSource ( a List<string> for each ).
The first pickyear.SelectedItem = 1 works fine. But when I want to set the next pickmonth.SelectedItem = 5 the app crashes with the
following error. {"String '01-00-0' was not recognized as a valid DateTime."}
I have tried to switch the two, but with the same result. No. 2 fails.
Original Comments
Feedback Bot on 12/30/2024, 06:42 PM:
We have directed your feedback to the appropriate engineering team for further evaluation. The team will review the feedback and notify you about the next steps.
The text was updated successfully, but these errors were encountered: