-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
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
IgxCalendar: set weekStart globally #10543
Comments
There has been no recent activity and this issue has been marked inactive. |
There has been no recent activity and this issue has been marked inactive. |
Hi @Timmeeeey , with the patch scheduled to be released today for version 14, the requeted feature will be available:
Since to achieve this new props are introduced, change is only introduced in version 14. Is this the version that you are using? |
Hi @hanastasov, yes I am using version 14. |
@Timmeeeey , the feature is going to roll out with version 14.1, not with minor patch of version 14.0. Sorry for misleading you with my information. Is that ok with you? If you expect that in 14.0 and can't wait for 14.1, just let us know so that we release it with 14.0. |
@hanastasov Version 14.1 would be ok for me, thanks! |
As we discussed with Hristo, this feature will be available with the 14.0.6 weekly patches release next week. |
Is your feature request related to a problem? Please describe.
If you use IgxCalendar or IgxDatePicker the
weekStart
property has to be set on every component.Describe the solution you'd like
It would be nice if you could set the
weekStart
default value somehow globally to avoid code duplication.The text was updated successfully, but these errors were encountered: