Small loop not displaying select field

I am using metabox I know it’s not fully support, however everything else works great.

I am trying to run this loop:

<loop post_type="locations" id="current">
   <span>Address: <field address/>, <field city/>, <field province/>, <field postal-code/></span>
</loop>

All fields display except for the “province” which is a taxonomy select field in metabox.io.

Any help understanding this would be much appreciated!