fetrarij / ngx-daterangepicker-material

Pure Angular 2+ date range picker with material design theme, a demo here:
https://fetrarij.github.io/ngx-daterangepicker-material/
MIT License
249 stars 252 forks source link

Feature Request to suppress events. #439

Open umernaeem217 opened 2 years ago

umernaeem217 commented 2 years ago

When using the directive of the date picker it invokes ngOnChanges and calls the clear method from the picker which in return emits three events. This is problematic when you have bonded the changed event with the API calls. We should have an option to suppress the events. @fetrarij need your approval to work on this.