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
I found a bug in 10.8.3, but it seems like it might be part of 11.2.0 too
In projects/valtimo/components/src/lib/components/form-io/form-io.component.html the formioOptions object is passed on as a options parameter, and this object contains all the translations.
I found a bug in
10.8.3
, but it seems like it might be part of11.2.0
tooIn
projects/valtimo/components/src/lib/components/form-io/form-io.component.html
theformioOptions
object is passed on as aoptions
parameter, and this object contains all the translations.However, according to the formio angular docs, it should be passed as a
renderOptions
parameter: https://github.com/formio/angular/wiki/Translationsi.e.
Adding this change fixed my translations problem on the 10.8.3 branch
The text was updated successfully, but these errors were encountered: