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

multiple selection select widget #4098

Open
stdweird opened this issue Jan 27, 2025 · 1 comment
Open

multiple selection select widget #4098

stdweird opened this issue Jan 27, 2025 · 1 comment
Milestone

Comments

@stdweird
Copy link

(this is with ood 3.1, didn't see anything relevant in teh 4.0 release notes)

i was trying to create a select widget that allows multiple selected values by adding in the html_options 'multiple: true'. the form itself then becomes a multi select field (as expected form the code), but something else still goes wrong.

from what i understand from rails, it also requires that the attribute handler/validation expects an array (some default value should be a [] instead of string); so i guess i also would need to modify some code somewhere.

can someone point me in the right place in the code where to start looking?

@osc-bot osc-bot added this to the Backlog milestone Jan 27, 2025
@johrstrom
Copy link
Contributor

We don't support selecting multiple select options yet.

duplicate of #679

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

3 participants