date_time_picker icon indicating copy to clipboard operation
date_time_picker copied to clipboard

fix: Clear date when controller is reset

Open plammens opened this issue 2 years ago • 0 comments

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.

plammens avatar Feb 02 '23 13:02 plammens