Hi Peter,
Use the below code where add the remove-emptyfield as class for the enum dropdown which you are using in mendix.
.remove-emptyfield { select>option:first-child { display: none; } }
It will work.