ngx-daterangepicker-material
ngx-daterangepicker-material copied to clipboard
Use month names from locale.monthNames instead of default names in input.
Describe the bug Use the month names from 'locale.monthNames' instead of default monthNames.
To Reproduce Steps to reproduce the behavior:
- Set locale to french or any other language.
- Set monthNames while passing locale to custom values like ['Jane', 'Feee', 'Maaa']
Expected behavior Display month names from the list of monthNames passed as input