Replies: 1 comment
-
I've deprecated enums because they seem to be confusing and be more of a footgun than anything. I'd recommend using other field types since they don't have any of these issues. Radio field can be implemented with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to create unique fields with enums. But I don't know how to pass custom values. Because in the current implementation only "placeholder" will show.
Beta Was this translation helpful? Give feedback.
All reactions