We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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> $(".chosen").chosen({disable_search_threshold: 10}); </script>
`
If add options search_contains: true, then worked. search_contains: true
search_contains: true
http://joxi.ru/Q2Kx57dt9yZgwA
Chosen Version 1.8.0:
jQuery 3.2.1:
**Chrome 60.0.31 **:
Windows 7:
The text was updated successfully, but these errors were encountered:
when I use chinese ,It does not appear in the selection list
Sorry, something went wrong.
Hi, Try to use 1.7 version.
Pretty sure this is a duplicate of #2821 — closing this in favor of that one. Please leave any additional feedback you have there. Thanks!
No branches or pull requests
If paste only Russian text, it does not appear in the selection list.
<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><select name="" class="chosen"> <option value="1">текст любой</option> <option value="2">text2</option> <option value="3">text3</option> </select>
`
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:
The text was updated successfully, but these errors were encountered: