Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add support for chosen:search_updated event #3082

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

kir
Copy link

@kir kir commented Jan 5, 2020

The event is fired on the original selector when Chosen’s search results are updated after typing the search term.

The event also includes a corresponding search_term parameter.

The event is fired on the original selector when Chosen’s search results are updated after typing the search term.

The event also includes a corresponding `search_term` parameter.
@tjschuck
Copy link
Member

tjschuck commented Jan 6, 2020

@kir Can you give us a realistic use case for this event?

@kir
Copy link
Author

kir commented Jan 6, 2020

@tjschuck I'm using this event to update the list of items shown via selector, i.e. there is a delayed ajax request to the server which depends on the filter contents and I re-populate the selector with an alternative item set, depending on the filter.

@kir
Copy link
Author

kir commented Jan 21, 2020

Guys, any follow-up on this? I've used this patch in https://chrome.google.com/webstore/detail/checkvist-web-clipper/pheahjlflgbnajeilgglgcdlbkdckamf extension and it works nicely.

Unfortunately, I have troubles publishing the same extension in the Firefox add-on repository as they insist on using non-patched version of the libraries.

So I'd really appreciate a release with my patch.

@JJJ JJJ mentioned this pull request Jul 22, 2020
@jedi-vim
Copy link

jedi-vim commented Feb 3, 2021

Any prediction to release this feature?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants