Describe the bug
OK button on the date & time picker is enabled even when selected value is null
To Reproduce
Steps to reproduce the behavior:
- Bind the value to a DateTime? with null as the default value
- Open the dropdown
- Observe the OK button is enabled (should be disabled)
Also would be nice to have a Today (select the date) and/or Now (select the time) buttons
Environment
- Blazority Version: 0.12.3
- .NET Core Version: .net 5
- Browser [e.g. chrome, safari]: N/A