Currently enums are sorted based on the input schema. But that makes the select un natural to use, when the translations take over since it is then not sorted A-Z according to the translations but A-Z according to the schema.
Is this something the library will support in the future?
At the moment we do not support sorting the enum options out of the box. However that is a straightforward customization with a custom enum renderer.
What you should do is to follow this guide on how to reuse existing renderers. However instead of wrapping the renderer with some additional UI, you simply reuse it as is, with the exception of sorting the options before invoking it.