[PR #1372] DatePicker: support for Nullable DateOnly / TimeOnly #2703

Closed
opened 2026-01-29 18:20:05 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/radzenhq/radzen-blazor/pull/1372

State: closed
Merged: Yes


In my previous PR, I posted support for DateOnly/TimeOnly types, but neglected to test the nullable variation. When using these today, an exception is thrown in ParseDate.
This PR updates the conversion type checks to also handle a TValue of DateOnly?/TimeOnly?.

**Original Pull Request:** https://github.com/radzenhq/radzen-blazor/pull/1372 **State:** closed **Merged:** Yes --- In my previous PR, I posted support for DateOnly/TimeOnly types, but neglected to test the nullable variation. When using these today, an exception is thrown in `ParseDate`. This PR updates the conversion type checks to also handle a TValue of `DateOnly?`/`TimeOnly?`.
claunia added the pull-request label 2026-01-29 18:20:05 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#2703