Skip to content
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

generate a select tag? #48

Open
mshukla19 opened this issue Sep 13, 2014 · 1 comment
Open

generate a select tag? #48

mshukla19 opened this issue Sep 13, 2014 · 1 comment

Comments

@mshukla19
Copy link

I am not sure how to generate a select tag.i can see the code in Complex model but i don't see any select field.Can you help me figure out how to use it.
static enum Select {
@EnumValue("1")
OPTION1,

    @EnumValue("2")
    OPTION2,

    @EnumValue("3")
    OPTION3,
          ;

}
Now how should i define another field that uses values from this enum?

@hakandilek
Copy link
Owner

Actually this feature is not implemented. Feel free to contribute if you've an idea.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants