Skip to content

Support multiselect with integers #29

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

Open
krystian-panek-vmltech opened this issue Mar 31, 2025 · 0 comments
Open

Support multiselect with integers #29

krystian-panek-vmltech opened this issue Mar 31, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@krystian-panek-vmltech
Copy link
Collaborator

consider:

  args.multiSelect("numbers") { label = "Numbers"; options = (1..10).collectEntries { [it, it] }; value = [2,3] }

ends with:

Code from 'console' cannot be described! Cause: java.lang.Integer cannot be cast to java.lang.String
@krystian-panek-vmltech krystian-panek-vmltech added the bug Something isn't working label Mar 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant