-
Notifications
You must be signed in to change notification settings - Fork 270
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
[BUG] Form does not change language when options change #410
Comments
hi @madflow can you assign me here? |
@rijusougata13 No, I cannot assign you. |
@madflow @rijusougata13 Is there a solution for this problem. I am facing the same issue. |
We added this for our Monday planning to get this prioritized. Thanks. |
Having the same issue. |
We've done some work recently around translations. Can you try again with the latest rc versions to see if this has resolved? |
I have installed the latest RC Version, which required a npm namespace change using the "formiojs" now as
This resulted in:
Changing the language and passing it down as prop (see initial first post) is still not working. Also, the `@formio/premium" package does not build properly and the complete build fails (I had to disable it to test the language changes). It seems, that the premium package does not know about the name change yet.
|
Apologies, try @formio/[email protected] |
Environment
Please provide as many details as you can:
Steps to Reproduce
Expected behavior
Observed behavior
This can be hack-fixed by amending
Form.jsx
,react/src/components/Form.jsx
Line 62 in e9d61b0
The text was updated successfully, but these errors were encountered: