You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using i18n options to translate text, labels are being properly translated but the field name in error messages is the original label (untranslated). This is working fine in the Formio.js jsFiddle environment when Formio is included from https://cdn.form.io/js/formio.embed.js but it is not working in the Formio.js sandbox using version 5.0.0-rc.91.
At this point, you should see that the field's label ("My Number") has been properly rendered as "My Value".
Type "9999" into the field.
The error message reads: "My Number cannot be greater than 999."
Type "-1" into the field.
The error message reads: "My Number cannot be less than 0."
Delete the contents of the field.
The error message reads: "My Number is required"
Expected behavior
The expected behavior is that "My Number" in error messages would be translated to "My Value" as happens at https://jsfiddle.net/qa24u7gt/
The text was updated successfully, but these errors were encountered:
Describe the bug
When using i18n options to translate text, labels are being properly translated but the field name in error messages is the original label (untranslated). This is working fine in the Formio.js jsFiddle environment when Formio is included from https://cdn.form.io/js/formio.embed.js but it is not working in the Formio.js sandbox using version 5.0.0-rc.91.
Version/Branch
5.0.0-rc.91
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The expected behavior is that "My Number" in error messages would be translated to "My Value" as happens at https://jsfiddle.net/qa24u7gt/
The text was updated successfully, but these errors were encountered: