Skip to content

feature: select dropdown for enum as like union type supports it #7351

@jjangga0214

Description

@jjangga0214

Hi!

For ts union type, it generates select dropdown ui,

type GenderType = "male" | "female"

while enum does not.

enum Gender {
  Male = "male",
  Female = "female",
}

So I had to create corresponding union type from existing enum.
I think supporting enum for dropdown would be good.

What do you think?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions