We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
When using the DaterangepickerComponent inline and setting the following locale
<ngx-daterangepicker-material [locale]="{format: 'DD/MM/YYYY HH:mm:ss', firstDay: 1}" > </ngx-daterangepicker-material>
It throws this error
It looks like it has overwritten the locale entirely as it is not able to push the daysOfWeek array further since it is 'undefined'
The text was updated successfully, but these errors were encountered:
Hello, thank you for the report. Will fix this.
Sorry, something went wrong.
f73c751
No branches or pull requests
Hi,
When using the DaterangepickerComponent inline and setting the following locale
It throws this error
It looks like it has overwritten the locale entirely as it is not able to push the daysOfWeek array further since it is 'undefined'
The text was updated successfully, but these errors were encountered: