Closed ffaxriddinoff closed 1 year 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?
Fixed in #609
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?