ashishgkwd / ngx-mat-daterange-picker

Date range picker component based of Angular Material Calendar component and configurable date presets. Packaged using ng-packagr.
https://multi-ngx-mat-daterange-picker-example.stackblitz.io
33 stars 34 forks source link

Add support for null dates and clearing date selection #32

Closed amccarthy closed 3 years ago

amccarthy commented 5 years ago

Fixes display of null dates. Displays as empty string instead of 'null'. Adds clear button next to the date. Fixes wrapping layout issues.