Hi,
Yes you are an HikaMarket user but your question is related to the HikaShop custom field system.
The State and Country fields are dropdowns ; these fields also have settings for the "chosen" compatibility (and you have a setting in HikaShop to force the inclusion of chosen, which I generally not recommend).
But knowing that you are "I don't know where" (it looks like the old and deprecated order edition) in HikaMarket but there is an "*" at the right of the field ; we know that the function :
this->fieldsClass->display(...)
is called.
Which mean that the HikaShop field class should display the zone dropdown custom field.
To conclude, there is also another dropdown in your custom fields : Gender.
And as you can see, that field is not visible as a dropdown either ; which would indicate that you have some displaying issue with your template and the dropdowns.
Regards,