Dreamescaper / BlazorBindings.Maui

MAUI Blazor Bindings - Build native and hybrid MAUI apps with Blazor
MIT License
253 stars 23 forks source link

DatePicker and TimePicker should support DateOnly and TimeOnly #35

Closed Dreamescaper closed 2 years ago

Dreamescaper commented 2 years ago

See https://github.com/dotnet/maui/issues/1100 . Those controls probably cannot be updated in MAUI, as that would be a breaking change. This project's API, however, is not stabilized yet, so we can make that breaking change.

(Ideally those properties would be nullable, but I have no idea how hard would that be)