mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-29 09:18:01 +01:00
Debugging DatePickers fail
This commit is contained in:
@@ -13,7 +13,7 @@ namespace Terminal.Gui;
|
||||
public class DatePicker : View
|
||||
{
|
||||
private TableView _calendar;
|
||||
private DateTime _date = DateTime.Now;
|
||||
private DateTime _date = DateTime.MinValue;
|
||||
private DateField _dateField;
|
||||
private Label _dateLabel;
|
||||
private Button _nextMonthButton;
|
||||
|
||||
Reference in New Issue
Block a user