wenzhixin / multiple-select

A jQuery plugin to select multiple elements with checkboxes :)
http://multiple-select.wenzhixin.net.cn
MIT License
1.9k stars 652 forks source link

onFilter event retrieves text only lowercase format #607

Closed ffaxriddinoff closed 9 months ago

ffaxriddinoff commented 9 months ago

Hi everyone I used onFilter event with filter:

$('select').multipleSelect({ filter: true, onFilter: function (text) { console.log(text) } })

that text variable always returns as lowercase. For example: Typed: "Hello World" Result: "hello world" Typed: "Hello WORLD" Result: "hello world" Typed: "HELLO World" Result: "hello world"

Can you help me with that problem?

wenzhixin commented 9 months ago

Fixed in #609