Field editors in wizard step don't show up (even though models have a data row)

I have three very long field editors… lots of data. The models have a data row in them (when viewed in the console). The third model is all ui-only fields. No rendering conditions anywhere.

Any reason this the field editors wouldn’t show up? 

Any console errors?

Nope. Just this warning we get all the time:

Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user’s experience. For more help, check http://xhr.spec.whatwg.org/.


Try excluding the field editor with the UI-Only fields. Then, try removing the UI-Only model from the page.

Is there a data row in that model of ui-only fields?

All three models have data. I’ll try Pat’s suggestion.

Still nothing if I comment out the field editor with ui-only fields.

The rest of the page/wizard is working, so I don’t imagine it’s an issue with the ui-only model itself.

Ah… I found the problem.

I copied the xml for these field editors from a popup that had context conditions…

Removing those conditions on the field editors solved it!

I  just realized that you said Field Editors. I was thinking only the ui-only one was being problematic. Also, I totally missed the “(even though models have a data row)” part of this post’s title. Double fault.

Any chance that Wizard is in a popup or drawer that would bring context into the scenario?