ivkremer / jquery-simple-combobox

A jQuery combobox (selectbox) plugin.
MIT License
54 stars 31 forks source link

uppercase letters in values disable highlighting #13

Closed allanlaal closed 10 years ago

allanlaal commented 10 years ago

uppercase letters in search text or in results will disable highlighting

search: asdf oifgildgfioer [asdf]dsfds Asdfdsfs <- does not highlight

search: aSdf oifgildgfioer asdfdsfds <- does not highlight Asdfdsfs <- does not highlight

ivkremer commented 10 years ago

@allanlaal thanks one again for bug reporting. I've fixed it and added a filterIgnoreCase option which is true by default.