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

How can you set the date without Angular? #553

Open cow1337killer3 opened 1 month ago

cow1337killer3 commented 1 month ago

I'm writing a Greasemonkey userscript. I need to set the date of the ngx-daterangepicker-material component and have it be updated. Changing the value property of the element changes the input text but doesn't update the datepicker or apply its changes. Triggering a click or submit on the input or Apply button doesn't work.

The component should honor these standardized events.