Is it possible to have option groups in a select list dropdown when using an Enum for the options? My current use case: I have an Enum of US States and I'd like to include territories as well but I want to subdivide them into groups that way. Can it be done?