-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Unicode is not supported
#1925
-
The search for Russian characters does not work.
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 2 comments
-
This worked correctly in version v0.12.6
https://snipp.ru/jquery/select-search
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
-
Maybe this is caused from respect_word_boundaries option.
From v0.15.0, respect_word_boundaries option is turned to true by default.
refs:
This causes a known problem.
#1916
For now, you may can resolve this problem with like following.
$('#target').selectize({ respect_word_boundaries: false, })
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment