IgniteUI / igniteui-blazor

Ignite UI for Blazor component library packs 35+ native Blazor UI Controls with 60+ high-performance Charts designed for any Blazor WASM or Server-side app scenario.
https://www.infragistics.com/products/ignite-ui-blazor
3 stars 3 forks source link

Date picker and data time input do not support nullable values #139

Open wnvko opened 2 days ago

wnvko commented 2 days ago

Description

Date picker and date time input do not support nullable dates.

Steps to reproduce

  1. Add nullable date variable to the code.
  2. Add date picker and date time input to the markup.
  3. Bind the value of both components to the date variable.

Result

Error is thrown on build Argument 1: cannot convert from 'System.DateTime?' to 'System.DateTime'.

Expected result

Both components should accept nullable values.