-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Add type for choicefield #7161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add type for choicefield #7161
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few small changes but otherwise I think this is a reasonable approach to getting this done.
@carltongibson Waiting for your valuable review. |
Hi @dhaval-mehta. Please don´t do that. I know. (And thanks for your effort!) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, OK. This looks good @dhaval-mehta. Welcome aboard! ⛵️
Thanks for the reviews @kevin-brown 🥇
@carltongibson @kevin-brown This is my first open-source contribution. Thanks for your guidance. |
@carltongibson @kevin-brown As we have discussed in #7080, In majority cases, the
type
of enum values for the choicefield will be one of the following.In this merge request, I have added code to generate the
type
for majority cases.