Why is a tag field being hidden on a dialog?
The company I am working with has been using commerce assets to create some content. In the scaffolding, they have a tag field that is used to get titles associated with an asset. When the dialog is rendered, this field is having the style="display: none;" attribute added to the field.
My question is:
What would be setting this when the dialog is being rendered?
I need this field to be visible when the authors are updating information.
There isn't any show/hide logic in the dialog so that can't be it.