evansmwendwa / ng2-daterangepicker

Usage Demos update in this url >>>
https://codesandbox.io/s/6yr1zm18w3
MIT License
132 stars 88 forks source link

(selected) event is not called on second attempt of same day. #109

Closed mherried closed 4 years ago

mherried commented 6 years ago

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', };

evansmwendwa commented 6 years ago

can you provide a sample code on codesandbox or an online editor we have a look at it?

mherried commented 6 years ago

Attached example code of component. edit-tasks.component.zip

mherried commented 6 years ago

See attached above, please let me know if I can provide anything else.

evansmwendwa commented 4 years ago

Closed due to inactivity