You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! If you want just the exact match search result to appear, I might suggest using the default search option, which can be implemented by simply replacing the "fuzzy-search" class with "search".
Hi
I have a list with these 2 items in it: "Austria" and "Australia".
If I search for "Austria", the 2 items appear
HTML
<script src="//cdnjs.cloudflare.com/ajax/libs/list.js/1.5.0/list.min.js"></script>`<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
Australia
India
France
Austria
JS
var monkeyList = new List('test-list', { valueNames: ['name'] });
check here : codepen
thanks
The text was updated successfully, but these errors were encountered: