-
Notifications
You must be signed in to change notification settings - Fork 83
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
igDatePicker calendar falls back to default regional settings when 'en-US' is passed #1842
Comments
@damyanpetev |
#1842 - set regional defaults to "defaults" instead of "en-US" - 17.2
#1842 - set regional defaults to "defaults" instead of "en-US"
#1842 - set regional defaults to "defaults" instead of "en-US" - 18.1
#1842 - set regional defaults to "defaults" instead of "en-US" - 18.2
Description
The
regional
option on theigDatePicker
applies regional settings to the underlying jQuery UI date picker as well. However, when 'en-US' the control sets the$.ig.util.regional
instead, which is the default regional and can be any valid one (in this case Japanese). This can cause the calendar to display in a different regional from the set option.This is caused by changes for #1358
Steps to reproduce
Result
Calendar displayed in Japanese
Expected result
Calendar should display with en settings.
Attachments
CAS-30288-Sample5.zip
The text was updated successfully, but these errors were encountered: