Open Suroor-Ahmmad opened 4 years ago
Hi, I'm trying to open date picker when particular condition satisfied in controller, but pickerDirective.open(); doesn't gets fired. Any idea on this?
pickerDirective.open();
Hi, I got it working https://stackblitz.com/edit/ngx-daterangepicker-material-for-angular8
Could you fork this stackblitz and create one with your issue?
Hi, I'm trying to open date picker when particular condition satisfied in controller, but
pickerDirective.open();
doesn't gets fired. Any idea on this?