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

Chosen search does not work for options with (text) #2384

Closed
dillonwelch opened this issue Aug 5, 2015 · 1 comment
Closed

Chosen search does not work for options with (text) #2384

dillonwelch opened this issue Aug 5, 2015 · 1 comment

Comments

@dillonwelch
Copy link

Given the following html:

<select chosen>
  <option value="1">test</option>
  <option value="2">rawr (this cats meow) is fun</option>
</select>

Searching for "this" will return no results, but searching for "(this", "cats", or "meow" returns the second option. I should be able to search for "this" as well.

This is happening on Chosen 1.4.2 on my Mac on the latest Chrome/Safari.

@tjschuck
Copy link
Member

tjschuck commented Aug 5, 2015

This is a known issue -- duplicate of #1483. Please leave any feedback you have there. Thanks!

@tjschuck tjschuck closed this as completed Aug 5, 2015
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants