SFDigitalServices / formio-sfds

The form.io theme for sf.gov
https://formio-sfds.herokuapp.com/
MIT License
15 stars 2 forks source link

Some components don't show up in the translate view #153

Open shawnbot opened 3 years ago

shawnbot commented 3 years ago

This view, specifically, does not show the mailing address hidden behind a conditional here:

Form Translate view
image image
shawnbot commented 3 years ago

I think this is because we're missing the includeAll (third) argument to eachComponent():

export function eachComponent(components, fn, includeAll, path, parent) {

where we call it when disabling conditionals:

https://github.com/SFDigitalServices/formio-sfds/blob/b2acc4e1ea0297021975ab316a6de73ab332ba9c/src/patch.js#L371-L376