You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,
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,
}
Now how should i define another field that uses values from this enum?
The text was updated successfully, but these errors were encountered: