Possible broken functionality #2003
mallenjordan
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can not seem to find anything online with other people using selectize.
I was using an older version and have since updated to 0.15.2 and noticed when searching the resulting options are only matching to the start of words.
Example..
<script> $("#someID").selectize(); </script>` Option A Option B Option C Option D
`
When you go to search..
'A', brings up first option..
'Opt', brings up all 4 options..
'tio', no results.
I've tested around a few different versions.
Seems it works fine with 0.14.0
But when I step to 0.15.0 this function breaks.
Is there something new with 0.15.* that I am missing in the documentation?
Beta Was this translation helpful? Give feedback.
All reactions