bootstrap-duallistbox
bootstrap-duallistbox copied to clipboard
Filter RegExp fails if Backslash (\) is in the filter string
This can be solved by adding a replace function to swap it out from one backslash to two for the regExp that is called.
var e=new RegExp(a.trim(b.elements["filterInput"+c].val().replace("\","\\")),"gi")