-
Notifications
You must be signed in to change notification settings - Fork 248
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
multi-selection of filetered items #206
Comments
Hi @bgadiel, thank you for using angular-chosen. I'm sorry, I tried to multi-select using the shift key, but it didn;'t work for me. None on angular-chosen and not even on jquery chosen. However, it's working with the Command key(on mac) in both of them. Have you tried that? |
There's a well-known issue while selecting a big list. The list is going to the top. Please read more at #59. |
Yes, its working with the 'command' key. and Yes, I am having a big list to select from. |
Works perfectly with version 1.4.3! |
Hi, Thanks. |
@bgadiel Per the bower spec, bower uses node-semver. Specifying
should resolve exactly |
@VanTanev , from some reason it didnt work for me, so I had to manually install chosen with bower to 1.7.0 in addition to "angular-chosen-localytics": "1.7.0". |
Hi @bgadiel, I'm sorry I wasn't able to reproduce your bug. Here is a video of myself searching with the cmd on mac and without pressing it. |
Hi Leo,
Filter the list with 'a' prior the selection.
The list should remain filtered as long as the cmd is clicked.
בתאריך 23 בנוב׳ 2017 1:08 לפנה״צ, "Leo Caseiro" <[email protected]>
כתב:
Hi @bgadiel <https://github.com/bgadiel>, I'm sorry I wasn't able to
reproduce your bug.
Here is a video of myself searching with the cmd on mac and without
pressing it.
You can see on my screen video that everytime I hold the command, the list
still there.
[image: ifwg2rrfdi]
<https://user-images.githubusercontent.com/940070/33153485-10e8dbf4-d036-11e7-949a-2461d3392b8a.gif>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#206 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AKc-1RxvKb1-BB2qkFR-TixuYuYTHOFXks5s5KltgaJpZM4JT76y>
.
|
Hi @bgadiel. Did you see my GIF? I typed |
Oh, my plnkr was not saved. |
Hi @bgadiel, Thanks for reporting that. I found out that the issue is actually with the chosen library. Since [email protected] the behaviour for command + click changed and I didn't notice. Test yourself https://jsfiddle.net/v3kLhyu2/ This feature works great in case you don't want your users to hold cmd while selecting their options. We need to open an issue on Chosen Library. For the time being, I suggest you use an older version that [email protected] that the latest library that works the way you want. I'm almost sure it was caused by this PR harvesthq/chosen#2867 related to harvesthq/chosen#2809 |
also [email protected] was working ok.
Thanks.
|
Hi,
I am implementing a 'Multiple Select' by passing an array of objects to ng-options.
When filtering results with a search query (e.g: typing the letter 'a'), I am trying to select all results (using 'Shift' key).
Problem is that the list is getting refreshed after every selection and the search query is deleted, therefore I need to type the query again and again after each 1 item selection.
Is there a way to be able to multi-select the filtered results?
It works great in 'Multiple Select' example in Chosen page.
The text was updated successfully, but these errors were encountered: