bootstrap-duallistbox icon indicating copy to clipboard operation
bootstrap-duallistbox copied to clipboard

Filter RegExp fails if Backslash (\) is in the filter string

Open mkoch42 opened this issue 7 years ago • 0 comments

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")

mkoch42 avatar May 18 '17 23:05 mkoch42