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
With the locale prop, only the input itself is localized. Calendar popup remains in English
Link
Just render DateInput with locale prop set to any language (besides english :) )
locale
2.8.8
2.8.2
No response
The text was updated successfully, but these errors were encountered:
SUI-512 DateInput locale prop issue
Sorry, something went wrong.
To enable translations you can wrap your app with I18nProvider
import { I18nProvider } from '@react-aria/i18n' <I18nProvider locale="nl-NL">
I might consider adding this as a wrapper around all date picker components, but it does add extra weight to the package.
@Pagebakers it just a little confusing for me that passing the locale prop only translates the input itself
No branches or pull requests
Description
With the locale prop, only the input itself is localized. Calendar popup remains in English
Link to Reproduction
Link
Steps to reproduce
Just render DateInput with
locale
prop set to any language (besides english :) )Saas UI Version
2.8.8
Chakra UI Version
2.8.2
Browser
No response
Operating System
Additional Information
No response
The text was updated successfully, but these errors were encountered: