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

Reuse items in a multi-select (multiple) box #4472

Open
willsmithbsc opened this issue Jul 11, 2016 · 5 comments · May be fixed by #6096
Open

Reuse items in a multi-select (multiple) box #4472

willsmithbsc opened this issue Jul 11, 2016 · 5 comments · May be fixed by #6096

Comments

@willsmithbsc
Copy link

Similar to Issue #1301

I need the multiple select list (the side by side with boxes) to allow for the same value multiple times

for example

list would be Apple, Orange, Pear

I want to select 3 Oranges and 1 Apple

example Orange, Orange, Orange, Apple

Issue #1301 says just create them in the tags, but I don't want a long list of options

another example would be Red,Green,Blue

and for a security system my code might be Red,Red,Blue,Red so I need to enter it in this way to pass security, so no auto sort if this is possible.

@pedrofurtado
Copy link
Contributor

We don't have immediate plans to provide this. We are focused now to fix UI bugs. But if you open a PR with unit tests, I will be glad to review and approve if everything is ok.

@kevin-brown
Copy link
Member

Reopening this to see if there any enough interest to document this functionality, or at least how it could be achieved, given this gets enough questions per year about it.

@sphuber
Copy link

sphuber commented Jul 27, 2021

Thanks a lot @kevin-brown . It seems like their are quite some thumbs up. I really would like to get this feature, so I have already been looking a bit in the code to see if I can implement it myself. Unfortunately though, since I have no real experience with Javascript, I am not having any luck so far. Maybe if I could get some pointers on the rough concept and where the main implementation should go, I could have another stab.

@sphuber sphuber linked a pull request Sep 17, 2021 that will close this issue
3 tasks
@stale
Copy link

stale bot commented Mar 2, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the status: stale label Mar 2, 2022
@sphuber
Copy link

sphuber commented Mar 4, 2022

There is still an open PR for this that. It would be good if that can be reviewed before closing this

@stale stale bot removed the status: stale label Mar 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants