When it's configured fields as select, Magento doesn't display it, and in the console we get the following error:
Uncaught ReferenceError: Unable to process binding “optgroup: function(){return options }”
The field is displayed but it doesn't have any option in there

Notes:
Check this link for and code snippet to solve the problem
https://magento.stackexchange.com/questions/280897/in-magento-2-uncaught-referenceerror-unable-to-process-binding-optgroup-funct
Thanks!