-
Notifications
You must be signed in to change notification settings - Fork 24
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
Dropdown list #75
Comments
Dropdown lists are supported by using enums. This should also be in documentation. Thanks :D! |
@RyanSusana Thanks for your reply Actually I am looking for a string field which can only has value from a drop down list. Is there a way to do this? If I am using a enum type, it will give trouble when i am using filter. it will throw error like : class java.lang.String cannot be cast to class java.lang.Enum (java.lang.String and java.lang.Enum are in module java.base of loader 'bootstrap |
@RyanSusana How can we have a dropdown list? Really appreciate
The text was updated successfully, but these errors were encountered: