You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we have event for 'monthSelected', 'yearSelected', why not 'dateSelected'. I require it to fix 2 issues -
using
[pickerType]="'calendar'"
[pickerMode]="'dialog'"
, if I double-click on any date, dialog shuts and textbox behind still remains empty
If I open same calendar, and just click 'SET', today's date is shown in textbox. And my today's date is disabled too. I need
'dateSelected' event to keep 'SET' disabled, until a date is selected
As we have event for 'monthSelected', 'yearSelected', why not 'dateSelected'. I require it to fix 2 issues -
[pickerType]="'calendar'"
[pickerMode]="'dialog'"
, if I double-click on any date, dialog shuts and textbox behind still remains empty
'dateSelected' event to keep 'SET' disabled, until a date is selected
Sharing forked copy of number 1 issue -
https://stackblitz.com/edit/owl-datetimepicker-21rhbq?file=src%2Fapp%2Fstand-alone%2Fstand-alone.component.html
I have also tried using (ngModelChange) but it does not gets triggered on any date-select
The text was updated successfully, but these errors were encountered: