-
Notifications
You must be signed in to change notification settings - Fork 111
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
Instead of blocking further selection unselect previoulsy selected item #57
Comments
It sounds like you want a regular suggestion box, rather than this one
which is specifically for multiple items.
I'm not working on this any more, but feel free to make a PR!
…On Fri, Sep 15, 2017 at 3:03 PM AntonFetzer ***@***.***> wrote:
In my new website, I make extensive use of this very useful multi select
script.
But I have several selectors, where you can only have one selected option
at a time.
When I deployed my new website, the feedback I got most often was, that it
is inconvenient to have to manually unselect the previously selected item,
in order change the selection to another one.
Would it be possible to have an option for this case, where the previously
selected item is simply replaced by the newly selected item?
But anyway, thanks for providing this very useful feature set!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#57>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AGFQ_LgsDi-H2NYciDC1GvnCXCtNPL7sks5sinWtgaJpZM4PY8N5>
.
|
No, I do not want a suggestion box. |
Also, what is a PR ? |
a Pull Request. You can write the code for this feature yourself and
contribute it. I understand your need, but I have no time to do it myself.
…On Mon, Sep 18, 2017 at 2:38 PM AntonFetzer ***@***.***> wrote:
Also, what is a PR ?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#57 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGFQ_Jvayzyxdgq_dGDhAr_BrnjwL9IHks5sjmQqgaJpZM4PY8N5>
.
|
Ok, I managed to modify your code, but I still do not understand how Git works. |
In my new website, I make extensive use of this very useful multi select script.
But I have several selectors, where you can only have one selected option at a time.
When I deployed my new website, the feedback I got most often was, that it is inconvenient to have to manually unselect the previously selected item, in order change the selection to another one.
Would it be possible to have an option for this case, where the previously selected item is simply replaced by the newly selected item?
But anyway, thanks for providing this very useful feature set!
The text was updated successfully, but these errors were encountered: