Skip to content
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

Clock does not work for german locale "de-De" #123

Closed
stefaneidelloth opened this issue Jul 21, 2021 · 1 comment
Closed

Clock does not work for german locale "de-De" #123

stefaneidelloth opened this issue Jul 21, 2021 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@stefaneidelloth
Copy link

stefaneidelloth commented Jul 21, 2021

<TimePicker
                    value={this.__departureDate}
                    onChange={() => {
                          this.inputChanged();
                    }}
                    locale="de-De"
                  />

image

Edit: Does not seem due to local? Need some more time to inspect.

@wojtekmaj
Copy link
Owner

de-De is not a valid locale. Try de-DE.

@wojtekmaj wojtekmaj added the question Further information is requested label Jul 22, 2021
@wojtekmaj wojtekmaj self-assigned this Jul 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants