Closed mherried closed 4 years ago
can you provide a sample code on codesandbox or an online editor we have a look at it?
Attached example code of component. edit-tasks.component.zip
See attached above, please let me know if I can provide anything else.
Closed due to inactivity
Reproduction steps.
Select the datepicker for todays date. Clear the selection (Backspace) Select the datepicker again for todays date. This will not call the event (selected)="selectedDueDate($event)"
public optionsSingle: any = { autoUpdateInput: false, showDropdowns: true, locale: { format: 'MM/DD/YYYY' }, alwaysShowCalendars: true, singleDatePicker: true, minDate: '01/01/0001', };