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

If <option> paste only Russian text, it does not appear in the selection list. #2873

Closed
Flayter opened this issue Aug 26, 2017 · 3 comments
Closed

Comments

@Flayter
Copy link

Flayter commented Aug 26, 2017

If paste only Russian text, it does not appear in the selection list.

<select name="" class="chosen"> <option value="1">текст любой</option> <option value="2">text2</option> <option value="3">text3</option> </select>

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.js" type="text/javascript"></script> <script src="chosen.jquery.js" type="text/javascript"></script>
<script>
      $(".chosen").chosen({disable_search_threshold: 10});
</script>

`

If add options search_contains: true, then worked.
search_contains: true

http://joxi.ru/Q2Kx57dt9yZgwA

Environment

  • Chosen Version 1.8.0:

  • jQuery 3.2.1:

  • **Chrome 60.0.31 **:

  • Windows 7:

@chengang0621
Copy link

when I use chinese ,It does not appear in the selection list

@evanre
Copy link

evanre commented Aug 28, 2017

Hi, Try to use 1.7 version.

@tjschuck
Copy link
Member

Pretty sure this is a duplicate of #2821 — closing this in favor of that one. Please leave any additional feedback you have there. Thanks!

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

No branches or pull requests

4 participants