date_time_picker
date_time_picker copied to clipboard
fix: Clear date when controller is reset
Closes #35
The date/time field can be cleared by clearing its controller and rebuilding the DateTimePicker widget.
What was missing was to set _sDate
to ""
so that it doesn't just keep the last selected date.