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

Feature request: allow multi-select #6

Open
GoogleCodeExporter opened this issue Aug 12, 2015 · 0 comments
Open

Feature request: allow multi-select #6

GoogleCodeExporter opened this issue Aug 12, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

First off: thanks for this great plugin.

I've got an idea for a feature, and if I can grok the JS, i'll submit a patch.

Currently, all select elements render as single-select items, even when size is 
greater than 1.

I would love to be able to have a config option to allow multiple-select of 
options.

So, for example, if the tree looks like:
"Option 1": {"Suboption":200},
       "Option 2": {"Suboption 2": {"Subsub 1":201, "Subsub 2":202},
                "Suboption 3": {"Subsub 3":203, "Subsub 4":204, "Subsub 5":205}
               }

Then, shift-selecting "Option 1" and "Option 2" would cause "Suboption",  
"Suboption 2", and "Suboption 3" to appear together in a select element 
(instead of just "Suboption" or "Suboption 2 and Suboption 3").

Original issue reported on code.google.com by [email protected] on 28 Nov 2011 at 9:02

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

No branches or pull requests

1 participant